<field>
<name>id</name>
<type>int unsigned</type>
+ <title>Dashboard Contact ID</title>
<required>true</required>
<add>3.1</add>
</field>
<field>
<name>dashboard_id</name>
<type>int unsigned</type>
+ <title>Dashboard</title>
<required>true</required>
<comment>Dashboard ID</comment>
<add>3.1</add>
<field>
<name>contact_id</name>
<type>int unsigned</type>
+ <title>Dashboard Contact</title>
<required>true</required>
<comment>Contact ID</comment>
<add>3.1</add>
<field>
<name>is_minimized</name>
<type>boolean</type>
+ <title>Dashlet is Minimized?</title>
<comment>Is Minimized?</comment>
<default>0</default>
<add>3.1</add>
<field>
<name>is_fullscreen</name>
<type>boolean</type>
+ <title>Dashlet is FullScreen?</title>
<comment>Is Fullscreen?</comment>
<default>1</default>
<add>3.1</add>
<field>
<name>is_active</name>
<type>boolean</type>
+ <title>Dashlet is Active?</title>
<comment>Is this widget active?</comment>
<default>0</default>
<add>3.1</add>
<field>
<name>created_date</name>
<type>datetime</type>
+ <title>Dashlet Created On</title>
<comment>When was content populated</comment>
<add>3.3</add>
</field>