Nikola Dašić
Nikola Dašić
There is a solution. If you add `_enum` to the name of the column it will generate it. But, it will have `_enum` in the name twice. Example: ``` export...
> This happened to me because I was working with `sync: true` during my initial phase of development, and when I dropped the tables to generate the migrations, **I forgot...
Same problem. Just added it to project. Didn't imported it yet anywhere.
Also, warning on first `npm install` right after cloning: ``` npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update! npm...