sql expression (lots of todo)

This commit is contained in:
2021-04-08 19:08:05 +02:00
parent 43d9a65def
commit 4582ca0f9f
13 changed files with 187 additions and 31 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace Driver\SQL\Expression;
class CurrentTimeStamp extends Expression {
}