Book a Demo

Author Topic: Globally define datatype for MySql  (Read 2428 times)

IanH

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Globally define datatype for MySql
« on: September 19, 2006, 04:18:59 pm »
I have figured out how to define missing data types (ex. ENUM, SET, INT UNSIGNED) on a per project basis, what I would like to do is define those globally, so that these data types would be available immediately when I start a new project.  Is this possible? If so, how? Inquiring minds want to know!

TIA
-Ian

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Globally define datatype for MySql
« Reply #1 on: September 19, 2006, 05:58:39 pm »
What you can do is make this change in your EABase.eap model found in your install directory.  Either open it an make the changes directly, or export the changes using Tools | Export Reference Data then import it into the base model.