Db\Table augmentation of date fields should support other datatypes
Opened this issue · 0 comments
bravadomizzou commented
Db\Table should be updated to support timestamptz, currently it just generates a date in PHP, possibly change it to use the Dbs NOW() function instead of generating a date.
https://github.com/DeltaSystems/dewdrop/blob/master/Dewdrop/Db/Table.php#L794