-- +goose Up -- +goose StatementBegin CREATE TABLE script ( name VARCHAR(255) NOT NULL PRIMARY KEY, data JSON NOT NULL ); -- +goose StatementEnd -- +goose Down -- +goose StatementBegin DROP TABLE IF EXISTS script; -- +goose StatementEnd