SAAS-504: Store provider in db
This commit is contained in:
parent
e59cd11370
commit
6cb993cc80
7 changed files with 123 additions and 28 deletions
|
@ -40,6 +40,7 @@ class CloudFileTableMap extends TableMap
|
|||
$this->setPrimaryKeyMethodInfo('cloud_file_id_seq');
|
||||
// columns
|
||||
$this->addPrimaryKey('id', 'DbId', 'INTEGER', true, null, null);
|
||||
$this->addColumn('storage_backend', 'StorageBackend', 'VARCHAR', true, 512, null);
|
||||
$this->addColumn('resource_id', 'ResourceId', 'LONGVARCHAR', true, null, null);
|
||||
$this->addForeignKey('cc_file_id', 'CcFileId', 'INTEGER', 'cc_files', 'id', false, null, null);
|
||||
// validators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue