This commit is contained in:
2022-10-20 10:36:29 +02:00
parent c37d824191
commit 79d9f55fdc
44 changed files with 130 additions and 371 deletions

View File

@@ -8,7 +8,7 @@
<column name="id" type="uuid" defaultValueComputed="gen_random_uuid()">
<constraints nullable="false" unique="true"/>
</column>
<column name="account_id" type="uuid">
<column name="category_id" type="uuid">
<constraints nullable="false"/>
</column>
<column name="libelle" type="text" >
@@ -17,9 +17,6 @@
<column name="value" type="number">
<constraints nullable="false"/>
</column>
<column name="type_expense" type="char(1)">
<constraints nullable="false"/>
</column>
<column name="expense_date" type="timestamp" defaultValueComputed="now()">
<constraints nullable="true"/>
</column>