mirror of
https://github.com/actix/examples
synced 2025-06-27 09:29:02 +02:00
restructure folders
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
-- Your SQL goes here
|
||||
CREATE TABLE invitations (
|
||||
id UUID NOT NULL UNIQUE PRIMARY KEY,
|
||||
email VARCHAR(100) NOT NULL,
|
||||
expires_at TIMESTAMP NOT NULL
|
||||
);
|
Reference in New Issue
Block a user