MustPurchase='TRUE'

xsr

Chieftain
Joined
Dec 31, 2016
Messages
12
[ SOLVED ] [ Sorry again, thank you to Leugi for the post on sql format, i.e. I needed to use 1 or 0 to represent true and false. ]

I tried e.g.

UPDATE Units SET MustPurchase='TRUE' WHERE UnitType='UNIT_TRADER';

Error message:

ERROR: CHECK constraint failed: Units
( x2 )
 
Last edited:
Top Bottom