How do I enter data when extending a table that already has data in it?
I want to extend the user table(sys_user) to create a user information table(my_app_user_info) dedicated to my application. I know that when I add a record to the extended table, a record will also be automatically created in the original tableand us...