2 lines
88 B
MySQL
2 lines
88 B
MySQL
|
ALTER TABLE invitations ADD COLUMN bind_token UUID NOT NULL DEFAULT uuid_generate_v4();
|