**Describe the bug** When generating models, certain type declarations are omitted, specifically noted with `Date` and `number`. Please note: this may just be a SQLite issue. **To Reproduce** 1. Set up SQLite db in Outerbase 2. Make sure you have a column set to `number` 3. run `sync-models` in your app 4. check `./models` and see if column type shows correctly (if I'm correct, it won't)
Describe the bug
When generating models, certain type declarations are omitted, specifically noted with
Dateandnumber.Please note: this may just be a SQLite issue.
To Reproduce
numbersync-modelsin your app./modelsand see if column type shows correctly (if I'm correct, it won't)