Files
tidb/br/tests/lightning_checkpoint_timestamp/data/cpts.cpts-schema.sql
2021-08-06 00:17:12 +08:00

2 lines
83 B
SQL

create table cpts (ts datetime(6) not null default current_timestamp(6), key(ts));