Merge pull request #433 from radiorabe/fix/429-ipv6-schema-updates
Fix/429 ipv6 schema updates
This commit is contained in:
commit
efe0aefddc
6 changed files with 20 additions and 4 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