ABCDEFGHI
1
logical_namecolumn_namedefinitiondata_typedefault_valueexample_valuesensitive_policyrequirednotes
2
User Universal Unique Identifier user_uuidA value that provides unique identification of a person in the user table. user_uuid40e6215d-b5c6-4896-987c-f30f3678f608Not SensitiveTRUEIn a previous meeting a decision was agreed upon to use UUIDs as primary keys. Updating field name to reflect
3
First Namefirst_nmA word or phrase that designates the first name of the user.varcharWednesdayPIITRUEchanged name from first_name
4
Last Namelast_nmA word or phrase that designates the last name of the user.varcharAddamsPIITRUEchanged name from last_name
5
Gmail gmailA valid email address allowing the user access to organization resources.varchardarkside@gmail.comPIITRUE
6
Preferred Emailpreferred_emailA valid email address a user can provide if they prefer not to use Gmail for communication.varcharwaddams@hackforla.orgPIITRUE
7
User Statusstatus_indA value that identifies whether or not a user is active, inactive, or on hold.enumactive, inactive, holdNot SensitiveTRUEselect list of values on front-end
8
Current Practice Areacurrent_practice_area_nmA word or phrase that designates a user's current practice area.enumUI/UX, Graphic DesignNot Sensitive
9
Current Job Titlecurrent_job_title_nmA word or phrase that designates a user's current job title.varcharNot Sensitive
10
Target Practice Areatarget_practice_area_nmA word or phrase that designates a user's target practice area.enumNot Sensitive
11
Target Job Titletarget_job_title_nmA word or phrase that designates a user's target job title.varcharNot Sensitive
12
Desired Rolesdesired_roles_listA list of values indicating the roles a user is interested in.enumNot Sensitivemulti-select array of values.
13
Availability Arrayavailability_aryAn array of values indicating a user's availability.varchar/intNot Sensitivemulti-select array of values
14
Current Skills Listcurrent_skills_listA list of values indication a user's current skills.varcharNot Sensitivemulti-select array of values
15
Target Skills Listtarget_skills_listA list of values indicating the skills a user would like to acquire.varcharNot Sensitivemulti-select array of values
16
LinkedIn URLlinkedin_urlA uniform resource locatior pointing to a user's LinkedIn profile.varchar
17
Referred byreferred_by_nmA word or phrase that designates the name of the person who referred a new volunteer.varcharPII
18
GitHub Handlegithub_handleA string that indicates the shorthand name of a user's GitHub account.varchar
19
Phone Numberphone_numA value that provides the identification of a user's primary phone number and is used for making connections.varcharPII
20
Texting Okaytexting_ok_indA value that identifies whether or the user has given permission for text messaging to be used as a form of communication.booleanNot Sensitive
21
Slack Identifierslack_idA value that provides unique identification of a user in the Slack application.varchar
22
Time Zonetime_zone_nmA word or phrase that designates the name of a user's timezone as defined in the IANA timezone database.varcharNot Sensitivemulti-select list of values on front-end
23
Row Updated Timestamprow_updated_tsA combination of date and time to the microsecond that represents when a row was updated.timestampNot Sensitive
24
Row Created Timestamprow_created_tsA combination of date and time to the microsecond that represents when a row was created.timestampNot Sensitive
25
PasswordpasswordA value that is associated with a user's account and grants them access to the application. varcharRestricted
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100