Book a Demo

Author Topic: Export database schema with table prefix  (Read 3623 times)

kawe

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Export database schema with table prefix
« on: January 16, 2014, 02:21:11 am »
It would be great if I could set a table prefix when generating a DDL of my database model to form some kind of namespace. So that my table modelled as customer becomes xyz_customer. Currently I have to edit all my tables manually to change the names.

Is it possible to implement this feature?