You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the examples (shown below) on the Data Types page has an error with the enum used in the $db array.
If you try to actually use this it throws an error.
To get it to actually work I had to do this: 'Enum("New,Fair,Junk", "Fair")'.
One of the examples (shown below) on the Data Types page has an error with the enum used in the
$dbarray.If you try to actually use this it throws an error.
To get it to actually work I had to do this:
'Enum("New,Fair,Junk", "Fair")'.Pull request