Project

General

Profile

« Previous | Next » 

Revision 532

Added repl spreadsheet to map PostgreSQL DDL to MySQL

View differences:

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

Also available in: Unified diff