ElevatoDigital / dewdrop

Dewdrop makes writing complex WordPress plugins simpler by providing a sensible project layout and developer tools.
Other
11 stars 3 forks source link

Db\Table augmentation of date fields should support other datatypes #70

Open bravadomizzou opened 8 years ago

bravadomizzou commented 8 years ago

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