SAAS-504: Store provider in db

This commit is contained in:
drigato 2014-11-27 15:44:53 -05:00
parent e59cd11370
commit 6cb993cc80
7 changed files with 123 additions and 28 deletions

View file

@ -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">