We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d9b13 commit 3faf1c9Copy full SHA for 3faf1c9
1 file changed
ontime-back/src/main/resources/db/migration/V7__change_filed_accesstoken_refreshtoken.sql
@@ -0,0 +1,3 @@
1
+ALTER TABLE `user`
2
+ MODIFY COLUMN `access_token` LONGTEXT NULL,
3
+ MODIFY COLUMN `refresh_token` LONGTEXT NULL;
0 commit comments