VIKAS YADAV

Results 4 comments of VIKAS YADAV

or in same table getting javascript error ![Screenshot from 2023-06-09 17-01-41](https://github.com/SoftwareBrothers/adminjs/assets/79438544/e42699c1-a7c4-4cfe-8954-b50e5e9bfd93)

> Can you share your entity's schema and what's the ORM/ODM/AdminJS adapter you're using? ORM -SEQUELIZE ![image](https://github.com/SoftwareBrothers/adminjs/assets/79438544/f0d991cc-bb73-436e-b0b8-fd597c3e7fed) package.json ![image](https://github.com/SoftwareBrothers/adminjs/assets/79438544/66506917-17b0-4258-ac0c-a15539c8e89b)

admin.js file import * as AdminJSMongoose from '@adminjs/mongoose'; import AdminJS from 'adminjs'; import AdminJSExpress from '@adminjs/express'; import AdminJSSequelize from '@adminjs/sequelize'; import Connect from 'connect-pg-simple'; import adminOptions from './app/routes/admin_models.js'; import cors...

> I was asking about `User Banks` entity, I want to figure out why it uses email in your id column. user bank model import { DataTypes, Model } from...