Adds a BIGINT column.
BIGINT
ColumnDefinition bigInteger(String name) { return _addColumn(name, 'BIGINT'); }