Revision 5848
Added by Aaron Marcuse-Kubitza over 12 years ago
schemas/vegbien.my.sql | ||
---|---|---|
545 | 545 |
`scientificNameAuthorship` text, |
546 | 546 |
`scientificNameWithMorphospecies` text, |
547 | 547 |
`identifiedBy` text, |
548 |
`growthForm` growthform,
|
|
548 |
`growthForm` text,
|
|
549 | 549 |
cultivated int(1), |
550 | 550 |
`cultivatedBasis` text, |
551 | 551 |
`coverPercent` double precision, |
lib/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* )(?!(?:date|datetime|double|int|text|time|timestamp)\b)\w+(?=\b[^;]*^\);)","\1text","custom types" |
|
29 |
"^( *`?[a-z]\w*`? )(?!(?:date|datetime|double|int|text|time|timestamp)\b)\w+(?=\b[^;]*^\);)","\1text","custom types" |
Also available in: Unified diff
lib/PostgreSQL-MySQL.csv: custom types: Also match column names enclosed in ``