4 lines
62 B
MySQL
4 lines
62 B
MySQL
|
CREATE TABLE test_table (
|
||
|
id UUID primary key not null
|
||
|
);
|