sso-core/migrations/0003_round_killmonger.sql
2024-06-08 15:39:52 +03:00

1 line
116 B
SQL

ALTER TABLE `o_auth2_token` MODIFY COLUMN `type` enum('code','device_code','access_token','refresh_token') NOT NULL;