lotus/lib/harmony/harmonydb/sql/20230706.sql
2023-07-14 11:22:01 -05:00

6 lines
143 B
SQL

CREATE TABLE itest_scratch (
id SERIAL PRIMARY KEY,
content TEXT,
some_int INTEGER,
update_time TIMESTAMP DEFAULT current_timestamp
)