-- +goose Up
-- +goose StatementBegin
NOT EXISTS llm_chat (
telegram_id bigint PRIMARY KEY,
messages jsonb NOT NULL
);
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
IF EXISTS llm_chat;
-- +goose StatementEnd
-- +goose Up
-- +goose StatementBegin
NOT EXISTS llm_chat (
telegram_id bigint PRIMARY KEY,
messages jsonb NOT NULL
);
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
IF EXISTS llm_chat;
-- +goose StatementEnd