[DDC-2280] length attribute in <id> was not converted.
This commit is contained in:
parent
665efad039
commit
b53f4fd4cc
1 changed files with 4 additions and 0 deletions
|
@ -155,6 +155,10 @@ class XmlExporter extends AbstractExporter
|
|||
$idXml->addAttribute('column', $field['columnName']);
|
||||
}
|
||||
|
||||
if (isset($field['length'])) {
|
||||
$idXml->addAttribute('length', $field['length']);
|
||||
}
|
||||
|
||||
if (isset($field['associationKey']) && $field['associationKey']) {
|
||||
$idXml->addAttribute('association-key', 'true');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue