_gwm_group_schedule_date - GolfWithMe/Master GitHub Wiki

+--------+--------------+------+-----+---------+----------------+
| Field  | Type         | Null | Key | Default | Extra          |
+--------+--------------+------+-----+---------+----------------+
| id     | int(11)      | NO   | PRI | NULL    | auto_increment |
| gsid   | int(11)      | NO   |     | NULL    |                |
| sdate  | varchar(100) | NO   |     | NULL    |                |
| status | int(2)       | NO   |     | NULL    |                |
+--------+--------------+------+-----+---------+----------------+
4 rows in set (0.00 sec)

id

Unique Record ID

gsid

I think this is the id of the group golf request

sdate

This is a text version of a date and time

status

This is a status code that so far I have not figured out what the statuses are because they are always 1.