1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/patch.sql

6 lines
178 B
MySQL
Raw Normal View History

CREATE TABLE `soc_userfeed_subscribe` (
`user_id` int(11) NOT NULL,
`subscribe_type` tinyint(4) NOT NULL,
`target_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8