New networkmaps (Added new data to relations db)

This commit is contained in:
Arturo Gonzalez 2016-10-19 10:22:09 +02:00
parent be89ec1c9b
commit b090047640
1 changed files with 1 additions and 0 deletions

View File

@ -1892,6 +1892,7 @@ CREATE TABLE IF NOT EXISTS `trel_item` (
`id` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, `id` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
`id_parent` int(10) unsigned NOT NULL default 0, `id_parent` int(10) unsigned NOT NULL default 0,
`id_child` int(10) unsigned NOT NULL default 0, `id_child` int(10) unsigned NOT NULL default 0,
`id_map` int(10) unsigned NOT NULL default 0,
`id_parent_source_data` int(10) unsigned NOT NULL default 0, `id_parent_source_data` int(10) unsigned NOT NULL default 0,
`id_child_source_data` int(10) unsigned NOT NULL default 0, `id_child_source_data` int(10) unsigned NOT NULL default 0,
`parent_type` int(10) unsigned NOT NULL default 0, `parent_type` int(10) unsigned NOT NULL default 0,