Files
oceanbase/unittest/share/schema/test_ddl.schema
oceanbase-admin cea7de1475 init push
2021-05-31 22:56:52 +08:00

4 lines
73 B
Plaintext

create database test;
use test;
create table txxx1 (c1 int primary key);