BillyB

Results 3 issues of BillyB

All the shops where I've worked that use sequelize use **sequelize.import()** to define models; it allows you to create more modular definition files. I had a really hard time upgrading...

The tsc compiler is giving me `error TS2339: Property 'xxx' does not exist` for TINYINT, MEDIUMINT, SMALLINT, and NUMERIC data types, even though they still seem to be exported in...

I previously submitted [issue #29414](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/29414) for v4 that **scope** was missing from **AssociationOptionsBelongsTo** and **sourceKey** was missing from **AssociationOptionsHasOne**. It looks like **BelongsToOptions** now has scope (inherited from **AssociationOptions**), so...