hevselavierlines / dddrt

Domain Driven Design Refactoring Tool
0 stars 0 forks source link

Add Primary Key Icon for Entities and Aggregates #29

Closed hevselavierlines closed 5 years ago

hevselavierlines commented 5 years ago

This is a functionality for both the GUI element and the property table to choose which properties should be the primary keys. The primary keys should not be deletable and has to be unique. In most cases the first property called ID is this unique property.

The key is also automatically generated from the database.

hevselavierlines commented 5 years ago

Solved the issue: