chatbot-template/lib/db/migrations/0002_striped_purifiers.sql

1 line
75 B
MySQL
Raw Normal View History

2023-06-02 11:57:44 -04:00
ALTER TABLE "chats" ADD COLUMN "messages" json DEFAULT '{}'::json NOT NULL;