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