Hey guys! I love Prisma, but am having some many-m...
# orm-help
t
Hey guys! I love Prisma, but am having some many-many issues 🤓 https://github.com/prisma/prisma/discussions/8486 … Any help with be greatly appreciated.
r
@Taylor Preston 👋 Replied 🙂
t
🤘 Thanks Ryan
License
Copy code
{
      createdAt: '2021-07-28T00:29:17.542Z',
      formSchema: [Object],
      id: 1,
      requirements: [Object],
      state: 'TN',
      type: 'LCSW',
      updatedAt: '1970-01-01T00:00:00.000Z',
      year: '2021'
    }
User
Copy code
{
  createdAt: '2021-07-26T16:33:16.820Z',
  email: '<mailto:testing123@soundstripe.com|testing123@soundstripe.com>',
  emailVerified: null,
  firstName: 'Test',
  password: '$2a$10$Ey3j1ioCUtnuJDnERZ1ctOSrU1LD2FkLc2MabwyCwaBzL4JCM3.4i',
  id: '5d746bbe-e096-4918-82be-301af0b94860',
  lastName: 'Test',
  updatedAt: '2021-07-26T16:33:16.820Z'
}