Signed up users
A table description is required
Signed Up Users variable documentation
Field Name | Type | Description |
---|---|---|
id | int(11) | The unique record id |
topic_id | int(11) | The ID of the sign_up_topic in this relationship |
creator_id | int(11) | The ID of the creator in this relationship. This is a team id (formerly it could also be a user_id in a non-team assignment, but non-team assignments were removed from the system in 2012). |
is_waitlisted | tinyint(1) | This stores a boolean value indicating whether the signup was waitlisted or not. |
preference_priority_number | tinyint(1) | The creator can set a priority on waitlisted signups. This feature is not yet implemented. |
Back to the database documentation