Hello
Any help please, what is the best practice to link tables. I have 2 tables.
TableOne
• Id
• Name
• Link2table2
TableTwo
• Id
• Name
• Link2table1
I want to link :
Link2table1 to Link2table2
What is the settings of links field, can I just choose “varchar” or is it necessary to set to another type and set to “unique”?
Thank you
Field type | AppGini 23.11
Re: Field type | AppGini 23.11
It depends on what you want to save.
What did you try so far and does it work?
- id (primary key)?
- URL (href)?
- reference as a combination of tablename and primary key for example as string like "notes-122" or as json object?
What did you try so far and does it work?
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityRe: Field type | AppGini 23.11
Hello sir
Thank you for your comment. I am just creating simple link, just was curious to know if there are specific way to do.
All my best
Thank you for your comment. I am just creating simple link, just was curious to know if there are specific way to do.
All my best