Data API Builder Deployment Error – Primary Key Requirement #3414
-
|
When deploying to the MCP server following the reference guide below,
Would this be considered a mandatory requirement? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Yes, it is considered mandatory. Let me explain why we require it.
Right now, primary keys are required. When you indicate a column is a key, the database does not need a matching key constraint. You can also use more than one column if it makes sense for your table. In either case, a key is required and important. |
Beta Was this translation helpful? Give feedback.
Yes, it is considered mandatory. Let me explain why we require it.
Right now, primary keys are re…