Project

General

Profile

« Previous | Next » 

Revision 598

PostgreSQL-MySQL.csv: Deal with all non-NOT NULL timestamp fields

View differences:

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