shared/database/local/setup/020-AddFeatureFlagsColumnToUserTable.sql (
1
lines of code) (
raw
):
ALTER TABLE "User" ADD COLUMN "featureFlags" JSONB;