-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
RelationsModel relations (has many, etc.)Model relations (has many, etc.)
Description
Description / Steps to reproduce / Feature proposal
I get an error when trying to create new instances when using a postgres database.
Current Behavior
{
"error": {
"message": "relation \"public.user\" does not exist",
"name": "error",
"statusCode": "42P01"
}
}Expected Behavior
{
"id": "string",
"username": "string",
"password": "string"
}This might be related to #1909
Metadata
Metadata
Assignees
Labels
RelationsModel relations (has many, etc.)Model relations (has many, etc.)