0
manojreddy created
I have a suggestion for you guys, please let me know if it's feasible or a valid case?
I have a table with ID column as PK, this ID is being referred as a foreign key (onDelete: ReferentialAction.Cascade) in some other tables. So When I delete the entity it should make entries for all the related tables also.
select * from AbpEntityChanges
select * from AbpEntityChangeSets
select * from AbpEntityPropertyChanges
Above queries give records only for the main table.
1 Answer(s)
-
0
@ManojReddy, can you create an issue on ABP repository ?