Adds an INTEGER column.
INTEGER
ColumnDefinition integer(String name) { return _addColumn(name, 'INTEGER'); }