Project

General

Profile

1 532 aaronmk
"PostgreSQL","MySQL","Comments"
2 537 aaronmk
"^--(?=\S)","\g<0> ",
3 561 aaronmk
"""([^""]*?)""","`\1`",
4 534 aaronmk
"\bserial( NOT NULL\b)?","int(11)\1 AUTO_INCREMENT",
5 532 aaronmk
"Integer","int(11)",
6
"Boolean","int(1)",
7 537 aaronmk
" with time zone\b","",
8
"fulltext","\g<0>__"