Invitations: Difference between revisions
Jump to navigation
Jump to search
(Corrected definition of reply_status) |
No edit summary |
||
Line 12: | Line 12: | ||
!from_id | !from_id | ||
|int(11) | |int(11) | ||
|The | |The user id of the person inviting | ||
|- | |- | ||
!to_id | !to_id | ||
|int(11) | |int(11) | ||
|The | |The user id of the person who is invited | ||
|- | |- | ||
!reply_status | !reply_status |
Revision as of 02:38, 2 October 2024
Field Name | Type | Description |
---|---|---|
id | int(11) | |
assignment_id | int(11) | used to identify the assignment |
from_id | int(11) | The user id of the person inviting |
to_id | int(11) | The user id of the person who is invited |
reply_status | char(1) | W = waiting for reply; A = accepted; D = declined |
Back to Database Tables Main page.