Hello,
Is it possible to set unique key in one of or some of database columns?
Hello,
Is it possible to set unique key in one of or some of database columns?
Hello,
This definitely should be possible, but you will need to check its uniqueness before being set to database.
Hello Alena,
Thank you for your quick reply.
I couldn't find any tutorials and documentations about it.
So, would you give me the way to set unique key in database column when using Appery.io.
Thank you.
Hello,
It depends on what type column should have, e.g. "number":
1) Read max value of that column;
2) Increment it and write in the new row.
Hello Sergly.
I am totally at a loss.
Is that the way to set "unique key" in database column?
How about when the type of column is "string"?
The best way is use GUID for it. Please follow this topic: http://stackoverflow.com/questions/10...
Hello Sergiy,
Thank you very much for your help.