oswilno/migrations/20220704123702_add_email.sql

3 lines
76 B
MySQL
Raw Permalink Normal View History

2022-07-06 22:24:59 +02:00
ALTER TABLE accounts
ADD COLUMN email text not null default '' unique;