Development whiteboard: Difference between revisions

→‎Game microservice: game play table
No edit summary
(→‎Game microservice: game play table)
Line 1,063: Line 1,063:
|FK int 10
|FK int 10
|Supported content ID (character)
|Supported content ID (character)
|
|}
{| class="wikitable"
|+Game play
!Key
!Type
!Description
!Default
|-
|id*
|PK int 10
|Relation ID
|
|-
|game_id*
|FK int 10
|Game ID
|
|-
|user_id*
|FK UUID
|User Id
|
|-
|start_time*
|datetime
|Play start time
|now()
|-
|end_time
|datetime
|Play end time
|
|
|}
|}