pub const DEFAULT_SQL: ColumnMarker;Expand description
Specifies a raw SQL default expression for new rows.
ยงExample
#[column(default_sql = "CURRENT_TIMESTAMP")]
created_at: String,See: https://sqlite.org/lang_createtable.html#the_default_clause
pub const DEFAULT_SQL: ColumnMarker;Specifies a raw SQL default expression for new rows.
#[column(default_sql = "CURRENT_TIMESTAMP")]
created_at: String,See: https://sqlite.org/lang_createtable.html#the_default_clause