-
Notifications
You must be signed in to change notification settings - Fork 6
Data Models
Shubham Sharma edited this page Feb 28, 2019
·
5 revisions
Here's how our data is modeled!
- Integer user_type - [0-Delegate, 1-EB, 2-Admin]
- String username
- String password
- String profile_picture_path
- Number id - always zero to ensure only one council
- String council_name
- String council_logo_path
- Number id - always zero to ensure only one event
- String event_name
- String event_logo_path
- User sender
- User receiver
- TimeStamp timestamp
- Bool ViaEB?
- String content