2 lines
93 B
SQL
2 lines
93 B
SQL
ALTER TABLE accounts ADD COLUMN IF NOT EXISTS custom_attributes JSONB NOT NULL DEFAULT '{}';
|
ALTER TABLE accounts ADD COLUMN IF NOT EXISTS custom_attributes JSONB NOT NULL DEFAULT '{}';
|