Dataset: Profiles
Dataset name:
ds_profiles
Description
Stores profiles that a member has created
Fields in this dataset
Name | Field Name | Description | Field Type | Field Example |
---|---|---|---|---|
Created Timestamp |
created_timestamp
|
Time of created profile | int | 1641909333 |
Profile Content |
profile_content
|
The content of the profile including the description and tags | BLOB | {"description":"This profile is for showing interest in Community Services and engagement","tags":["G41","Museums","Theatre","Music","Pop Culture"]} |
Profile ID |
profile_id
|
The unique id of a profile | int | 34 |
Profile Name |
profile_name
|
The name of the profile created by the user | text | Community Services |
Profile Shared With |
profile_shared_with
|
Where the profile has been shared to | BLOB | Inclued Citizen |
Profile Source |
profile_source
|
From where the profile was created | text | inclued-citizen |
Updated Timestamp |
updated_timestamp
|
Time of last edit to profile | int | 1641909333 |