aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/mariadb/V1.3__Nullable user_id column in auth table.sql
blob: ced85aded0c863ef171970459266e407dc47a154 (plain) (blame)
1
ALTER TABLE auth MODIFY COLUMN user_id int(10) unsigned NULL;