4 lines
90 B
SQL
4 lines
90 B
SQL
CREATE TABLE `users_blocks`(
|
|
`blocker` int not null,
|
|
`blockedUser` int not null
|
|
); |