View file Services and entertainment/user_services.sql

File size: 169B


CREATE TABLE `user_services` (
  `id_user` int(11) NOT NULL,
  `id_service` varchar(100) NOT NULL,
  `time` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;