Negative
Parameters
Example
my_constraint = {
'constraint_class': 'Negative',
'table_name': 'credit_statements', # for multi table synthesizers
'constraint_parameters': {
'column_name': 'credit_balance',
'strict': False
}
}
my_synthesizer.add_constraints(constraints=[
my_constraint
])FAQs
Last updated