-- +goose Up -- +goose StatementBegin CREATE TABLE data_character ( id CHAR(8) NOT NULL PRIMARY KEY, nicks TEXT[] NOT NULL, name TEXT NOT NULL, short_name TEXT NOT NULL, author TEXT NOT NULL, description TEXT NOT NULL, ts_vector TSVECTOR NOT NULL ); -- +goose StatementEnd -- +goose Down -- +goose StatementBegin DROP TABLE data_character; -- +goose StatementEnd