Files
silo-server/internal/database/testdata/concurrent/001_create_widgets.up.sql
T

6 lines
92 B
SQL

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