mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 18:06:05 +01:00
3 lines
67 B
SQL
3 lines
67 B
SQL
CREATE TABLE invitations (
|
|
email TEXT NOT NULL PRIMARY KEY
|
|
); |