Class Column

Class Summary
Constructor Attributes Constructor Name and Description
 
Column(name, label, type)
Database column.

Class Detail

Column(name, label, type)
Database column.
Parameters:
name
label
type

Field Detail

{string} class
CSS style name(s).
{string} editor
Optional override of the Editor.
{string} label
The text to display to the user.
{string} name
The name to be used in the SQL.
{string} type
The type name that references a type defined in meta.types[].