This commit is contained in:
2021-08-24 00:11:00 +02:00
parent 57bde4ac3c
commit 0757262143
22 changed files with 716 additions and 632 deletions

View File

@@ -14,7 +14,7 @@
<column name="updated_at" type="timestamp">
<constraints nullable="true"/>
</column>
<column name="game_id" type="uuid" >
<column name="local_id" type="uuid" >
<constraints nullable="false"/>
</column>
</createTable>