Project

General

Profile

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>__"
(3-3/13)