webweav.ing/migrations/000009_user_ban_date.up.sql

2 lines
90 B
SQL

ALTER TABLE users DROP COLUMN IsBanned;
ALTER TABLE users ADD COLUMN Banned datetime NULL;