Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Citus Postgres DB doesnt allow adding of new field with constrains on it. Example Error attached You can issue each command separately such as ALTER TABLE oauth2_provider_accesstoken ADD COLUMN id_token data_type; ALTER TABLE oauth2_provider_accesstoken ADD CONSTRAINT constraint_name CHECK (check_expression);
- Loading branch information