Reputation: 356
I want to save a StringSET in the database. But it needs to be empty, to add stuff later. But what should I put in that "Type" column? When I try to put values for the SET it works, but as I said, it needs to be null. Thanks.
EDIT------------------------------------
Upvotes: 1
Views: 89
Reputation: 1153
You have to set the default values of that column to NULL first
And make sure, Null checkbox already checked
Upvotes: 1