bitwarden_rs/migrations/sqlite/2018-09-10-111213_add_invites/up.sql

3 lines
67 B
SQL

CREATE TABLE invitations (
email TEXT NOT NULL PRIMARY KEY
);