Created new endpoint to upload company documents in application

This commit is contained in:
rajesh
2025-11-18 15:01:45 +05:30
parent 326ce77e8c
commit 57c767cea6
15 changed files with 124 additions and 7 deletions

View File

@@ -3170,4 +3170,10 @@
<column name="attachments" type="TEXT"></column>
</addColumn>
</changeSet>
<changeSet id="18-11-2025_RK_132242" author="Rajesh Khore">
<addColumn tableName="application">
<column name="company_document" type="VARCHAR(255)"></column>
</addColumn>
</changeSet>
</databaseChangeLog>