Book a Demo

Author Topic: SQL Unsigned,...  (Read 2721 times)

Trigve

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • End of the world was as expected...
    • View Profile
SQL Unsigned,...
« on: March 30, 2006, 12:44:51 am »
Hello,

How can I set some additional column type modifier?
For instance unsigned, binary..

thanks

Trigve

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: SQL Unsigned,...
« Reply #1 on: March 30, 2006, 03:00:00 pm »
Add a new database datatype.

For example, using MySQL, add...

Datatype: INTEGER UNSIGNED
Common Type: integer

Trigve

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • End of the world was as expected...
    • View Profile
Re: SQL Unsigned,...
« Reply #2 on: March 30, 2006, 11:17:07 pm »
Thanks...