Column


Description:

public Column (string? name = null, string? column_type = null, G default_value = null, int? size = null, bool is_nullable = false, bool is_sequenced = false, string? sequence_name = null)

Create column with named parameters