PK FK for table Row

Hi, i would like to know if its possible to add a PK and FK in console. I create a table (Register) and i need to have a pk for rows, and fk for other tables (Likes, Comments). How can i do that? Also i have another problem, its add a fk for user in Register table. But i saw in some answer its only possible get user id and then insert/update this value in row. Thats correct? is there another way?

Thank you.

Hi Juan,

Could you please explain to me why you need to specify the PK/FK? What would help is if you could describe what you plan to do with the data, how should it be saved, updated, retrieved, etc. I can help you with structuring your Backendless queries.

Cheers,Mark

Thank you for reply Mark.

So i have a table called Register. This table has all registers done by people. Also other 2 tables, one called Comment, and other called Like. Those tables have all register done by people in a Register table row. So to get all comments from a Register table row, i need a FK, to filter that. The same thing with table Like, to get all people who like a Register table row, i need a FK for this Row.

Regards, Juan.

help, please

Hi is there a solution to this?
I need as well please.

[reply user_id=1][h4]Mark Piller wrote:[/h4]Hi Juan,

Could you please explain to me why you need to specify the PK/FK? What would help is if you could describe what you plan to do with the data, how should it be saved, updated, retrieved, etc. I can help you with structuring your Backendless queries.

Cheers,Mark[/reply]
[reply user_id=1][h4]Mark Piller wrote:[/h4]Hi Juan,

Could you please explain to me why you need to specify the PK/FK? What would help is if you could describe what you plan to do with the data, how should it be saved, updated, retrieved, etc. I can help you with structuring your Backendless queries.

Cheers,Mark[/reply]No, I’m still with the problem, sorry =/.