Column.with_default_value


Description:

public Column.with_default_value (string name, string column_type, G default_value)

Create column without a default value

Parameters:

name Column name, matching database column name
column_type Type of column
default_value Default value of column, matching generic type