Invitations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) | |- !assignment_id |int(11) |used to identify the assignment |- !from_id |int(11) |The ...") |
(No difference)
|
Revision as of 19:48, 17 May 2016
| Field Name | Type | Description |
|---|---|---|
| id | int(11) | |
| assignment_id | int(11) | used to identify the assignment |
| from_id | int(11) | The mail id of the person inviting |
| to_id | int(11) | The mail id of the person who is invited |
| reply_status | char(1) | The status of the reply--whether replied to or not |
Back to Database Tables Main page.