Fixed MySQL datetime test case
This commit is contained in:
parent
58ef7190ec
commit
10e330343c
@ -53,7 +53,7 @@ CREATE TABLE t_dates (
|
||||
id int,
|
||||
d date,
|
||||
t time,
|
||||
ts timestamp,
|
||||
ts datetime,
|
||||
d_int int,
|
||||
ts_bigint bigint,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user