Files

6 lines
92 B
SQL

SELECT pg_sleep(0.2);
CREATE TABLE IF NOT EXISTS widgets (
id BIGSERIAL PRIMARY KEY
);