1 line
108 B
SQL
1 line
108 B
SQL
CREATE INDEX IF NOT EXISTS idx_channel_members_role_index ON channel_members (channel_id,channel_type,role); |