Updated response

This commit is contained in:
harish
2024-10-27 11:42:38 +05:30
parent 1337e83ad1
commit a80fc36e87
14 changed files with 396 additions and 61 deletions

View File

@@ -1518,7 +1518,7 @@
<column name="updated_date" type="TIMESTAMP WITHOUT TIME ZONE">
<constraints nullable="true"/>
</column>
<column name="is_deleted" type="BOOLEAN" defaultValueBoolean="false">
<column name="is_deleted" type="BOOLEAN" defaultValueBoolean="false">
<constraints nullable="false"/>
</column>
</createTable>