AttributeTypeRecord

Represents an attribute type (extra field).

Name Type Description
id_attr_type string

The ID of this attribute type.

table_name string

The name of the table this attribute type applies to.

pname string

The printable name of this attribute type.

description string

A description of this attribute type.

attr_type string

The type of this attribute.

visibility integer

The visibility of this attribute in the GUI: 0 if it does not appear, 1 if it is visible and editable, and 2 if it is visible but not editable.

id_domain string

The domain this attribute type applies to.

hidden_name string

string_default string

The default value of this attribute, if it is a string.

numeric_default integer

The default value of this attribute, if it is a number.