Project

General

Profile

« Previous | Next » 

Revision 534

PostgreSQL-MySQL.csv: Deal with serial NOT NULL fields

View differences:

PostgreSQL-MySQL.csv
1 1
"PostgreSQL","MySQL","Comments"
2 2
"^--(?=\S)","$0 ",
3
"serial","int(11) NOT NULL AUTO_INCREMENT",
3
"\bserial( NOT NULL\b)?","int(11)\1 AUTO_INCREMENT",
4 4
"Integer","int(11)",
5 5
"Boolean","int(1)",

Also available in: Unified diff