#Dashboard localhost:4467/_admin after run command: yarn prisma:deploy-force all table is 0
13 messages · Page 1 of 1 (latest)
You're showing us two different tables. Depending on the scheme, you can also put together tables that are dependent on each other.
@solemn ospreyYes, why is the schema on the left not the same as the schema in Postgres?
idk what you declated on prisma.schema?
like the picture below
@solemn osprey
@solemn osprey I'm a little confused, how do I make the schema contents the same as in Postgres?
@solemn osprey Do you have any suggestions for the above problem?
Without knowing your complete schema.prisma, nobody will be able to tell you anything. You can make certain joints in your schema that are displayed in the studio but not in the database.
@solemn ospreybut when you try the production URL, it works, for example if you want to retrieve a user's login, all the data appears
@solemn osprey prisma.schema contains just that, why is it 0 data which is confusing when running it to do local development