mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
5 lines
138 B
SQL
5 lines
138 B
SQL
create database if not exists test;
|
|
create table if not exists test.lp1506748 (id int PRIMARY KEY, birthday date default '1970-01-01');
|
|
|
|
|