2 lines
67 B
MySQL
2 lines
67 B
MySQL
|
ALTER TABLE user_account ALTER COLUMN password_hash DROP NOT NULL;
|