mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
Add Date type to DbConnection
This commit is contained in:
parent
294927fba8
commit
794e175d47
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ class DbConnection{
|
|||
}
|
||||
else{
|
||||
switch($metadata['native_type'] ?? null){
|
||||
case 'DATE':
|
||||
case 'DATETIME':
|
||||
case 'TIMESTAMP':
|
||||
/** @throws void */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue