goose/internal/testing/integration/testdata/migrations/starrocks/00001_a.sql

10 lines
193 B
SQL

-- +goose Up
-- +goose StatementBegin
CREATE SCHEMA IF NOT EXISTS testing;
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
DROP SCHEMA IF EXISTS testing;
-- +goose StatementEnd