3 lines
177 B
SQL
Executable File
3 lines
177 B
SQL
Executable File
CREATE TABLE dbs.Test01(id BIGINT NOT NULL AUTO_INCREMENT, active VARCHAR(400), description VARCHAR(400), name_k VARCHAR(400), contact_number VARCHAR(400), PRIMARY KEY (id));
|
|
|