ProjectLighthouse/DatabaseMigrations/4.sql
2021-10-13 18:54:22 -04:00

5 lines
79 B
SQL

create table Tokens
(
UserId int not null,
UserToken text not null
);