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