Open oyvindberg opened 1 year ago
the testInsert feature is awesome for inserting test data, but falls apart a little bit if you use a lot of constraints. many constraints are on the form column > 0, and the random generation could consider this information
testInsert
column > 0
the
testInsert
feature is awesome for inserting test data, but falls apart a little bit if you use a lot of constraints. many constraints are on the formcolumn > 0
, and the random generation could consider this information