-
Notifications
You must be signed in to change notification settings - Fork 0
DatabaseTableGameHistory
Kyle Unverferth edited this page Sep 23, 2018
·
1 revision
| Name | Type | NotNull | Unique | Indexed | Default |
|---|---|---|---|---|---|
| id | uuid | true | true | true | |
| t | enum | true | false | true | |
| options | json | true | false | false | |
| creator | uuid | false | false | true | |
| started | timestamp | true | false | false |
| Name | Target | Table | Column |
|---|---|---|---|
| gamePlayerGameIdFkey | id | game_player | game_id |
| gameSnapshotGameIdFkey | id | game_snapshot | game_id |
Hawkthorne is a work in progress (github)
