Basicamente las tres tablas tienen la siguiente estructura:
Código:
CREATE TABLE IF NOT EXISTS `tbl_ndatabase` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_telefonica` int(11) NOT NULL,
`number` varchar(11) COLLATE utf8_spanish2_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish2_ci AUTO_INCREMENT=1 ;
Los campos se repiten en las tres tablas