SAAS-504: Store provider in db
This commit is contained in:
parent
e59cd11370
commit
6cb993cc80
7 changed files with 123 additions and 28 deletions
|
@ -101,6 +101,7 @@
|
|||
<!-- Class Table Inheritance -->
|
||||
<table name="cloud_file" phpName="CloudFile">
|
||||
<column name="id" phpName="DbId" required="true" primaryKey="true" autoIncrement="true" type="INTEGER"/>
|
||||
<column name="storage_backend" phpName="StorageBackend" type="VARCHAR" size="512" required="true" />
|
||||
<column name="resource_id" phpName="ResourceId" type="LONGVARCHAR" required="true"/>
|
||||
<column name="cc_file_id" type="INTEGER"/>
|
||||
<foreign-key foreignTable="cc_files" onDelete="CASCADE">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue