this repo has no description
at flatten-challenge-check 6 lines 127 B view raw
1-- Add migration script here 2CREATE TABLE IF NOT EXISTS test_table 3( 4 id BIGSERIAL PRIMARY KEY, 5 test TEXT NOT NULL 6);