Fix spacing in test schemas
This commit is contained in:
parent
34b30ce6c3
commit
ea528d50b2
2 changed files with 306 additions and 306 deletions
testdata
2
testdata/mysql_test_schema.sql
vendored
2
testdata/mysql_test_schema.sql
vendored
|
@ -62,7 +62,7 @@ CREATE TABLE magic (
|
|||
time_nine timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
time_eleven date NULL,
|
||||
time_twelve date NOT NULL,
|
||||
time_fifteen date NULL DEFAULT '19990108',
|
||||
time_fifteendate NULL DEFAULT '19990108',
|
||||
time_sixteen date NOT NULL DEFAULT '1999-01-08',
|
||||
aa json NULL,
|
||||
bb json NOT NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue