dex/db/migrations/0006_user_email_unique.sql

4 lines
99 B
MySQL
Raw Normal View History

2015-08-20 04:10:36 +05:30
-- +migrate Up
ALTER TABLE ONLY authd_user
ADD CONSTRAINT authd_user_email_key UNIQUE (email);