Andrew
Results
3
comments of
Andrew
Using `db.sync()` is NOT required to use the database. It's only required for creating the model schemas on the database (first run, etc).
You can use a cast on the returned value, and there is a way to set the model fields when defining the class. Example: ```ts class UserModel extends Model {...
Had the same issue. Only noticed after it built fine with node 11