Namespace and ClassPath rewrites
This commit is contained in:
10
Core/Driver/SQL/Column/DateTimeColumn.class.php
Normal file
10
Core/Driver/SQL/Column/DateTimeColumn.class.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Core\Driver\SQL\Column;
|
||||
|
||||
class DateTimeColumn extends Column {
|
||||
|
||||
public function __construct(string $name, bool $nullable = false, $defaultValue = NULL) {
|
||||
parent::__construct($name, $nullable, $defaultValue);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user