3 lines
129 B
SQL
Executable File
3 lines
129 B
SQL
Executable File
CREATE TABLE app-d.Clock(id BIGINT NOT NULL AUTO_INCREMENT, hour int, is_am bit(1), minute int, second int, PRIMARY KEY (id));
|
|
|