diff --git a/jOOQ-test/src/org/jooq/test/mysql/create.sql b/jOOQ-test/src/org/jooq/test/mysql/create.sql index debdfe37f6..02dee6956d 100644 --- a/jOOQ-test/src/org/jooq/test/mysql/create.sql +++ b/jOOQ-test/src/org/jooq/test/mysql/create.sql @@ -53,7 +53,7 @@ CREATE TABLE t_dates ( id int, d date, t time, - ts timestamp, + ts datetime, d_int int, ts_bigint bigint,