GoScrobble/migrations/5_apitoken.up.sql
2021-03-28 21:52:34 +13:00

1 line
60 B
SQL

ALTER TABLE `users` ADD COLUMN `token` VARCHAR(32) NOT NULL;