This commit is contained in:
2020-09-16 23:49:17 +02:00
parent 66713b5722
commit 57e6f051f4
6 changed files with 9 additions and 42 deletions

View File

@@ -8,9 +8,6 @@
<column name="id" type="uuid" defaultValueComputed="gen_random_uuid()">
<constraints nullable="false" unique="true"/>
</column>
<column name="server_id" type="uuid">
<constraints nullable="false"/>
</column>
<column name="user_id" type="uuid">
<constraints nullable="false"/>
</column>