2 lines
88 B
MySQL
2 lines
88 B
MySQL
|
ALTER TABLE account.user MODIFY COLUMN emailVerified tinyint(1) DEFAULT FALSE NOT NULL;
|