Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have `User` table in a PowerDesigner logical model, which inherits from a base entity that has `Id` as 'int`. I need to change this to `string`. I can't change the base entity's id type, as only one table must change. So I would like to simply remove this table's parent inheritance, and let it have an independent type for `Id`.

I have been pushed this PowerDesigner project with no conceptual model, just logical and data, and have looked all over and can't find anything.

How do I remove this inheritance?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900