Muhammedalihudaybergenow

Results 2 issues of Muhammedalihudaybergenow

I have a model. And Added Hooks Before Save and After Create They Are both not instantiating uuid of my AccessModel. import { Column, DataType, BelongsTo, Table, BeforeCreate, BeforeValidate, AfterCreate,...

When I want to select specific attribute from my model it is returning not related attributes. My function for selecting is this async findOneLogIn(username: string): Promise { return this.model.findOne({ where:...