2025-10-18 07:37:06 +00:00

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));