From 8d8db254ec4dd4199864a69ce44768de4689f7f6 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 11 May 2017 01:25:27 +0300 Subject: [PATCH] TODO: more MySQL-specific fixes [skip ci] --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index bd62d16..dba3442 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,11 @@ Test at Travis and AppVeyor with Postgres. In SQLite/Postgres (non-MySQL) mode: + Replace AUTO_INCREMENT columns with INTEGER PRIMARY KEY for SQLite or + serial for Postgres. + + Remove CHARACTER SET, COLLATE and COMMENT from column definitions. + Remove table options like ENGINE, AUTO_INCREMENT, CHARSET, etc: CREATE TABLE name (column_definitions) table_options; -- 2.39.2