Files
tidb/lightning/tests/lightning_checkpoint_timestamp/data/cpts.cpts-schema.sql
2024-04-02 04:24:23 +00:00

2 lines
83 B
SQL

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