mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-21 00:32:27 +00:00
5 lines
79 B
SQL
5 lines
79 B
SQL
create table Tokens
|
|
(
|
|
UserId int not null,
|
|
UserToken text not null
|
|
);
|