CreateField(name, type)
Creates the Field object that represents a table field. The created object is not added to the Table::Fields collection. The name argument specifies a string, the field name. The type argument is a constant specifying the field type. Constants of field types are given in the "Types of Fields" table. It is impossible to create fields for external database tables – use the Table::Alter method to change the structure of an external table.