Revision 5497
Added by Aaron Marcuse-Kubitza about 12 years ago
PostgreSQL-MySQL.csv | ||
---|---|---|
26 | 26 |
" with time zone\b",, |
27 | 27 |
"fulltext","`\g<0>`", |
28 | 28 |
"\btimestamp\b(?: with time zone\b)?(?! NOT NULL\b)","\g<0> NULL", |
29 |
"^( *[a-z]\w* )(?!(?:double|int|text|timestamp)\b)\w+(?=\b[^;]*^\);)","\1text","custom types" |
|
29 |
"^( *[a-z]\w* )(?!(?:double|int|text|timestamp|date|datetime)\b)\w+(?=\b[^;]*^\);)","\1text","custom types" |
Also available in: Unified diff
lib/PostgreSQL-MySQL.csv: custom types: Also exclude date, datetime