<log>true</log>
<field>
<name>id</name>
+ <title>Case Type ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Autoincremented type id</comment>
</primaryKey>
<field>
<name>name</name>
+ <title>Case Type Name</title>
<type>varchar</type>
<length>64</length>
<required>true</required>
</index>
<field>
<name>title</name>
+ <title>Case Type Title</title>
<type>varchar</type>
<length>64</length>
<required>true</required>
</field>
<field>
<name>description</name>
+ <title>Case Type Description</title>
<type>varchar</type>
<length>255</length>
<localizable>true</localizable>
</field>
<field>
<name>is_active</name>
+ <title>Case Type Is Active</title>
<type>boolean</type>
<comment>Is this entry active?</comment>
<add>4.5</add>
</field>
<field>
<name>is_reserved</name>
+ <title>Case Type Is Reserved</title>
<type>boolean</type>
<comment>Is this case type a predefined system type?</comment>
<add>4.5</add>
</field>
<field>
<name>weight</name>
+ <title>Case Type Weight</title>
<type>int</type>
<required>true</required>
<default>1</default>
</field>
<field>
<name>definition</name>
+ <title>Case Type Definition</title>
<type>blob</type>
<comment>xml definition of case type</comment>
<add>4.5</add>