Revision 532
Added by Aaron Marcuse-Kubitza about 13 years ago
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
Added repl spreadsheet to map PostgreSQL DDL to MySQL