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
save() never returns "null" or "1", it returns true or false
As the column "isActive" is marked as "not null" you must tell Phalcon to use the default value explicitly by using a raw value with "default" or by skipping columns in the insert.
Im use mysqul, example table:
id
name (not null)
isActive (not null, default = 1)
#1
#2
Why #1 dont work?
The text was updated successfully, but these errors were encountered: