jaeyun0503 commented on issue #3709:
URL: https://github.com/apache/texera/issues/3709#issuecomment-3236322626

   > In general, it's a good practice to have a primary key for each table. For 
this renamed "user_action" table, I suggest we introduce a primary key, such as 
"user_action_id". If you agree, you can add this key in the corresponding PR.
   
   Sounds good. I can introduce an `action_id` which will function as the 
primary key of the `user_action` table, and `uid` to function as a foreign key 
referencing `user` table. Changes will be made to the description and diagram 
of this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to