Replies: 1 comment
-
Hey @baruchiro, Set a primary key using a sequence. Budibase will treat this field as non-editable, your database will handle automatically increasing its value with each new record. ![]() I hope this makes sense. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I connected my external MySQL database with a few existing tables.
I created a form from one of the tables, but
id
column.id
input textbox)Is this how it works with external DB? It can't ignore the
id
column to let the DB itself generate it.Is there any workaround for this, such as making the input ReadOnly and generating a default number somehow?
Beta Was this translation helpful? Give feedback.
All reactions