_gwm_group_schedule_accept - GolfWithMe/Master GitHub Wiki

+--------+---------+------+-----+---------+----------------+
| Field  | Type    | Null | Key | Default | Extra          |
+--------+---------+------+-----+---------+----------------+
| id     | int(11) | NO   | PRI | NULL    | auto_increment |
| gsid   | int(11) | NO   |     | NULL    |                |
| userid | int(11) | NO   |     | NULL    |                |
| sdate  | int(11) | NO   |     | NULL    |                |
| status | int(2)  | NO   |     | NULL    |                |
+--------+---------+------+-----+---------+----------------+

id

The unique id of the record

gsid

I think this is the unique id of the golf request record

userid

This looks like the user id of the member

sdate

I think this is the id of the date record

status

Status code for the entry, still not sure of the values. Looks like 0, 1 and 2 are valid values.

  • 1 - looks to be accepted
  • 2 - Requester accepted this person to play
  • 0 - I think this means that neither the requestee has responded and the requestor has not accepted. It could also mean they were rejected to play, still figuring this one out.