Files
gochat/migrations/000033_add_accounts_custom_attributes.up.sql
T

2 lines
93 B
SQL

ALTER TABLE accounts ADD COLUMN IF NOT EXISTS custom_attributes JSONB NOT NULL DEFAULT '{}';