gh-ost/localtests/fail-password-length/create.sql
2017-09-05 06:56:19 +03:00

8 lines
158 B
SQL

drop table if exists gh_ost_test;
create table gh_ost_test (
id int auto_increment,
i int not null,
ts timestamp,
primary key(id)
) auto_increment=1;