Gayan Sandaruwan DE Silva
1 min readMar 28, 2019

--

thank you for the tutorial, but I followed the exact path, but it seems that the mixin is never being called.

The issue seems to be that, the mixin name is wrong. it should be

``”mixins”: {
“AutoIncrementPrimaryKey”: true
}``

instead of

``”mixins”: {
“autoIncrementPrimaryKey”: true
}’’

--

--

No responses yet