Book a Demo

Author Topic: MySQL data types missing  (Read 3823 times)

Mike Buchan

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
MySQL data types missing
« on: January 08, 2010, 05:23:13 am »
I am working on a system which involves a MySQL database.  I have been working the schema in EA.  However, I have run into some instances where I need a data type which is defined in MySQL but not in EA.  This means that I must manually modify the DDL to use the correct data type (MEDIUMBLOB is a major one for me).  

It would be nice if either all data types defined for a given data base were available in the combo box or the user is allows to type in a missing data type.

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: MySQL data types missing
« Reply #1 on: January 08, 2010, 03:17:43 pm »

Mike Buchan

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: MySQL data types missing
« Reply #2 on: January 09, 2010, 01:40:31 am »
That works.

Thank you for the quick response.