Revision 598
Added by Aaron Marcuse-Kubitza almost 13 years ago
lib/PostgreSQL-MySQL.csv | ||
---|---|---|
8 | 8 |
"Boolean","int(1)", |
9 | 9 |
" with time zone\b","", |
10 | 10 |
"fulltext","\g<0>__" |
11 |
"timestamp(?=,)","\g<0> NULL" |
|
11 |
"\btimestamp\b(?: with time zone\b)?(?! NOT NULL\b)","\g<0> NULL" |
Also available in: Unified diff
PostgreSQL-MySQL.csv: Deal with all non-NOT NULL timestamp fields