CREATE TABLE `llx_rendez_vous_site_module_constante` (
  `rowid` int(11) NOT NULL AUTO_INCREMENT,
  `fk_site` int(11) NOT NULL,
  `fk_module` int(11) NOT NULL,
  `fk_constante` int(11) NOT NULL,
  `checked` tinyint(1) DEFAULT NULL,
  `datec` datetime DEFAULT NULL,
  PRIMARY KEY (`rowid`),
  KEY `llx_rendez_vous_site_module_constante_llx_avimm_constante_FK` (`fk_constante`),
  CONSTRAINT `llx_rendez_vous_site_module_constante_llx_avimm_constante_FK` FOREIGN KEY (`fk_constante`) REFERENCES `llx_avimm_constante` (`rowid`)
) ENGINE=InnoDB AUTO_INCREMENT=788 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;