parent type length 100

This commit is contained in:
yuri
2015-04-06 15:43:47 +03:00
parent 94e03b3c18
commit 830645cb73
@@ -39,6 +39,7 @@ class BelongsToParent extends Base
'type' => 'foreignType',
'notNull' => false,
'index' => $linkName,
'len' => 100
),
$linkName.'Name' => array(
'type' => 'varchar',