oswilno/migrations/20220704123702_add_email.sql

2 lines
72 B
MySQL
Raw Normal View History

2022-07-04 16:00:17 +02:00
ALTER TABLE accounts ADD COLUMN email text not null default '' unique;