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