Trove group link
From Open Source Software Research
Appears in the following schemas:
- sf0103
- sf1104
- sf1204
- sf0205
- sf0305
- sf0405
- sf0505
- sf0605
- sf0705
- sf0805
- sf0905
- sf1005
- sf1105
- sf1205
- sf0106
- sf0206
- sf0306
- sf0406
- sf0506
- sf0606
- sf0706
- sf0806
- sf0906
- sf1006
- sf1106
- sf1206
- sf0107
- sf0207
- sf0307
- sf0407
- sf0507
- sf0607
- sf0707
- sf0807
- sf0907
- sf1007
- sf1107
- sf1207
- sf0108
- sf0208
- sf0308
- sf0408
- sf0508
- sf0608
- sf0708
- sf0808
- sf0908
- sf1008
- sf1108
- sf1208
- sf0109
- sf0209
- sf0309
- sf0409
- sf0509
- sf0609
- sf0709
- sf0809
- sf0909
- sf1009
- sf1109
- sf1209
- sf0110
- sf0210
- sf0310
- sf0410
- sf0510
- sf0610
- sf0710
- sf0810
- sf0910
- sf1010
- sf1110
- sf1210
- sf0111
- sf0211
- sf0311
- sf0411
- sf0511
- sf0611
- sf0711
- sf0811
- sf0911
- sf1011
- sf1111
- sf1211
- sf0112
- sf0212
- sf0312
- sf0412
- sf0512
- sf0612
- sf0712
- sf0812
- sf0912
- sf1012
- sf1112
- sf1212
- sf0113
- sf0213
- sf0813
- sf0913
- sf1013
- sf1113
- sf1213
- sf0114
- sf0214
- sf0314
- sf0514
- sf0614
- sf0714
- sf0814
- sf0914
Most Recent Description
Column | Type | Modifiers |
---|---|---|
trove_group_id | integer | not null default nextval(('trove_group_link_pk_seq'::text)::regclass) |
trove_cat_id | integer | not null default 0 |
trove_cat_version | integer | not null default 0 |
group_id | integer | not null default 0 |
trove_cat_root | integer | not null default 0 |
entity_type | integer | not null default 3 |
Other Information About the Data
Column entity_type can have two possible values: 3 or 21. Value 3 indicates the link is still active. Otherwise, value 21 indicates the link is not active anymore. For instance, if one java project with group_id equals to 123 has its programming language changed to C++, the trove_group_link with group_id equals to 123 and trove_cat_id equals to 198 (representing Java) becomes 21 instead of 3, indicating that the link is now inactive.