root/lib/PostgreSQL-MySQL.csv @ 537
1 |
"PostgreSQL","MySQL","Comments" |
---|---|
2 |
"^--(?=\S)","\g<0> ", |
3 |
"\bserial( NOT NULL\b)?","int(11)\1 AUTO_INCREMENT", |
4 |
"Integer","int(11)", |
5 |
"Boolean","int(1)", |
6 |
" with time zone\b","", |
7 |
"fulltext","\g<0>__" |