create database if not exists test; create table if not exists test.lp1506748 (id int PRIMARY KEY, birthday date default '1970-01-01');