Skip to content

DatabaseTableGameHistory

Kyle Unverferth edited this page Sep 23, 2018 · 1 revision

game_history

Columns

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

References

Name Target Table Column
gamePlayerGameIdFkey id game_player game_id
gameSnapshotGameIdFkey id game_snapshot game_id

Clone this wiki locally