userver: samples/postgres_auth/schemas/postgresql/auth/migrations/V002__add_name.sql
Loading...
Searching...
No Matches
samples/postgres_auth/schemas/postgresql/auth/migrations/V002__add_name.sql
ALTER TABLE auth_schema.tokens
ADD COLUMN name TEXT NOT NULL;