Hi Team,
I just noticed that whenever we create new Entity in the Entity Manager UI, it simply creates a table and respective classes templates based on the Core for custom modification. And, whenever I remove an Entity in Entity Manager UI, the classes templates on the /custom/Espo/Custom for that specific entity has been deleted.
But, the table on the database for that Entity still remains. For this to be not an issue, we are trying to remove the table manually to prevent SQL errors whenever we try to create the same entity name.
I just noticed that whenever we create new Entity in the Entity Manager UI, it simply creates a table and respective classes templates based on the Core for custom modification. And, whenever I remove an Entity in Entity Manager UI, the classes templates on the /custom/Espo/Custom for that specific entity has been deleted.
But, the table on the database for that Entity still remains. For this to be not an issue, we are trying to remove the table manually to prevent SQL errors whenever we try to create the same entity name.
Comment