pub fn bind_table_constraints(
table_constraints: &[TableConstraint],
) -> Result<Vec<String>>
Expand description
Currently we only support Primary key table constraint, so just return pk names if it exists
pub fn bind_table_constraints(
table_constraints: &[TableConstraint],
) -> Result<Vec<String>>
Currently we only support Primary key table constraint, so just return pk names if it exists