Skip to content
Snippets Groups Projects
Commit b6acf603 authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

the new schema with additional edtity categories

parent 74765a37
Branches
Tags
1 merge request!6the new schema with additional entity categories
...@@ -137,6 +137,21 @@ CREATE TABLE `entities_status` ( ...@@ -137,6 +137,21 @@ CREATE TABLE `entities_status` (
`sirtfi2_idp_cnt` smallint(6) DEFAULT NULL, `sirtfi2_idp_cnt` smallint(6) DEFAULT NULL,
`sirtfi2_sp_cnt` smallint(6) DEFAULT NULL, `sirtfi2_sp_cnt` smallint(6) DEFAULT NULL,
`sirtfi2_cnt` smallint(6) DEFAULT NULL `sirtfi2_cnt` smallint(6) DEFAULT NULL
`coco2_idp_cnt` smallint(6) DEFAULT NULL,
`coco2_sp_cnt` smallint(6) DEFAULT NULL,
`coco2_cnt` smallint(6) DEFAULT NULL,
`esi_idp_cnt` smallint(6) DEFAULT NULL,
`esi_sp_cnt` smallint(6) DEFAULT NULL,
`esi_cnt` smallint(6) DEFAULT NULL,
`anon_idp_cnt` smallint(6) DEFAULT NULL,
`anon_sp_cnt` smallint(6) DEFAULT NULL,
`anon_cnt` smallint(6) DEFAULT NULL,
`pseudo_idp_cnt` smallint(6) DEFAULT NULL,
`pseudo_sp_cnt` smallint(6) DEFAULT NULL,
`pseudo_cnt` smallint(6) DEFAULT NULL,
`person_idp_cnt` smallint(6) DEFAULT NULL,
`person_sp_cnt` smallint(6) DEFAULT NULL,
`person_cnt` smallint(6) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */; /*!40101 SET character_set_client = @saved_cs_client */;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment