lotus/lib/harmony/harmonydb/sql/20230706.sql

6 lines
143 B
MySQL
Raw Normal View History

2023-07-11 22:20:09 +00:00
CREATE TABLE itest_scratch (
id SERIAL PRIMARY KEY,
content TEXT,
some_int INTEGER,
update_time TIMESTAMP DEFAULT current_timestamp
)