1-- Add migration script here 2CREATE TABLE IF NOT EXISTS test_table 3( 4 id BIGSERIAL PRIMARY KEY, 5 test TEXT NOT NULL 6);