how to create Mendix table name same as entity name

0
Is there any way to create Mendix DB table name same as entity name. In general Mendix table creates in DB as domainModelName$entity. But if i want to create Mendix Table name same as entity name means want to exclude domainModelName$ from the table name then how it is possible
asked
2 answers
1

If you want to import existing data from a Non-Mx database to the Mendix database, don’t import it using your own scripts.

Mendix controls the object ID’s and associations, that will break when you start importing it yourself.

Better use the Database replication module to import the data 

answered
0

No, you cannot do that. Mendix manages the database. Can you explain why you feel like this is necessary?

answered