This commit is contained in:
Simon Vieille 2015-02-21 10:01:40 +01:00
parent f10e1349d2
commit d666c5e0b1

View file

@ -55,7 +55,7 @@
<column name="name" phpName="Name" type="VARCHAR" size="255" required="true"/>
<column name="master" phpName="Master" type="VARCHAR" size="128"/>
<column name="last_check" phpName="LastCheck" type="INTEGER"/>
<column name="type" phpName="Type" type="VARCHAR" size="6" required="true"/>
<column name="type" phpName="Type" type="VARCHAR" size="6" required="true" />
<column name="notified_serial" phpName="NotifiedSerial" type="INTEGER"/>
<column name="account" phpName="Account" type="VARCHAR" size="40"/>
<column name="zone_id" type="INTEGER" required="false" />