4 lines
91 B
SQL
4 lines
91 B
SQL
CREATE TABLE [users_blocks] (
|
|
[blocker] int not null,
|
|
[blockedUser] int not null
|
|
); |