Code
$pntable['user_property_column_def'] = array('prop_id' => "I4 NOTNULL AUTO PRIMARY",
'prop_label' => "C(255) NOTNULL DEFAULT ''",
'prop_dtype' => "I4 NOTNULL DEFAULT 0",
'prop_length' => "I4 NOTNULL DEFAULT 255",
'prop_weight' => "I4 NOTNULL DEFAULT 0",
'prop_validation' => "XL");
'prop_label' => "C(255) NOTNULL DEFAULT ''",
'prop_dtype' => "I4 NOTNULL DEFAULT 0",
'prop_length' => "I4 NOTNULL DEFAULT 255",
'prop_weight' => "I4 NOTNULL DEFAULT 0",
'prop_validation' => "XL");
Is there documentation for what these are? For example, "XL"...
