updated user table name to gepafin_user

This commit is contained in:
rajesh
2024-08-22 11:38:17 +05:30
parent 5c55a20b02
commit 84283ba69f
2 changed files with 4 additions and 4 deletions

View File

@@ -86,10 +86,10 @@
</changeSet>
<changeSet id="14-08-2024_3" author="Harish Bagora">
<createTable tableName="user">
<createTable tableName="gepafin_user">
<column autoIncrement="true" name="id" type="INTEGER">
<constraints nullable="false" primaryKey="true"
primaryKeyName="user_pkey"/>
primaryKeyName="gepafin_user_pkey"/>
</column>
<column name="password" type="VARCHAR(255)">
<constraints nullable="false"/>
@@ -105,7 +105,7 @@
</column>
<column name="phone_number" type="VARCHAR(255)"/>
<column name="role_id" type="INTEGER">
<constraints nullable="false" foreignKeyName="fk_user_role" references="role(id)"/>
<constraints nullable="false" foreignKeyName="fk_gepafin_user_role" references="role(id)"/>
</column>
<column name="status" type="VARCHAR(255)">
<constraints nullable="false"/>