empid
(primary key)
|
phone
|
client
|
review
|
int
|
map<varchar, varint>
|
list<varchar>
|
set<date>
|
103
|
home: 2855551122
mobile: 2855552347
office: 2855555566
spouse: 2855556782
|
Li
Kumar
Jones
|
2013-12-07
2015-01-22
2016-01-10
|
105
|
home: 2855555678
mobile: 2855553335
office: 2855555462
|
Yanev
Bishop
Bogdanov
|
2015-01-22
2016-01-12
|
empid
(primary key)
|
int
|
103
|
105
|
employee_empid
(foreign key)
|
keycol
|
valuecol
|
int
|
varchar
|
varint
|
103
|
home
|
2855551122
|
103
|
mobile
|
2855552347
|
103
|
office
|
2855555566
|
103
|
spouse
|
2855556782
|
105
|
home
|
2855555678
|
105
|
mobile
|
2855553335
|
105
|
office
|
2855555462
|
employee_empid
(foreign key)
|
current_list_index
|
client
|
int
|
int
|
varchar
|
103
|
0
|
Li
|
103
|
1
|
Kumar
|
103
|
2
|
Jones
|
105
|
0
|
Yanev
|
105
|
1
|
Bishop
|
105
|
2
|
Bogdanov
|
employee_empid
(foreign key)
|
review
|
int
|
date
|
103
|
2013-12-07
|
103
|
2015-01-22
|
103
|
2016-01-10
|
105
|
2015-01-22
|
105
|
2016-01-12
|