Run schema update and add migration script
This commit is contained in:
parent
ca9f156b3c
commit
313342c297
4 changed files with 18 additions and 2 deletions
|
@ -39,7 +39,7 @@ class CcServiceRegisterTableMap extends TableMap
|
|||
$this->setUseIdGenerator(false);
|
||||
// columns
|
||||
$this->addPrimaryKey('name', 'DbName', 'VARCHAR', true, 32, null);
|
||||
$this->addColumn('ip', 'DbIp', 'VARCHAR', true, 18, null);
|
||||
$this->addColumn('ip', 'DbIp', 'VARCHAR', true, 45, null);
|
||||
// validators
|
||||
} // initialize()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue