this repo has no description
at main 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);