Files
hfb_sys/backend/migrations/000004_support_chat.sql
T
2026-05-29 10:15:21 +08:00

3 lines
71 B
SQL

ALTER TABLE chat_conversations
MODIFY order_id BIGINT UNSIGNED NULL;