Field

A field reperesents one column on a relation. It has a name, type (INTEGER, FLOAT, STRING, DATETIME, BOOLEAN, RECORD) and a mode which indicates wether the field repeats, is nullable or required.

Related Topics

Fork me on GitHub