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
{{ message }}
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
Error: Model error : nullisnotallowedforthewheelsIdcolumnonmodeltyresatnewpatio.ModelError(/my/root/node_modules/patio/lib/errors.js:63:12)atdefine.instance._typeCastValue(/my/root/node_modules/patio/lib/model.js:327:27)atdefine.instance._setColumnValue(/my/root/node_modules/patio/lib/model.js:304:24)at.job(/my/root/node_modules/patio/lib/model.js:784:22)at.<anonymous>(/my/root/node_modules/patio/lib/model.js:219:33)atArray.forEach(native)atdefine.instance.__set(/my/root/node_modules/patio/lib/model.js:215:33)at/my/root/node_modules/patio/lib/plugins/query.js:226:34at.<anonymous>(/my/root/node_modules/patio/lib/model.js:698:37)atresolveOrPromisfyFunction(/my/root/node_modules/patio/lib/utils.js:17:20)
I know it's not necessary to explicitly set load: true, it's just so you can change it to false quickly and see that the error goes away.
As the title says. Here's my test code (generalized):
And the error:
I know it's not necessary to explicitly set
load: true, it's just so you can change it tofalsequickly and see that the error goes away.