DataModel.removeColumn

Removes a column from the data model. This means that all values attached to this column in the data model will be destroyed in the underlying database.

class DataModel
int
removeColumn
(
int col
)

Parameters

col int

the column to be removed.

Return Value

Type: int

TRUE if successful, FALSE otherwise.

Meta