Gossamer Forum
Home : Products : DBMan SQL : Discussion :

bug: different Column Type select during creat and edit table?

Quote Reply
bug: different Column Type select during creat and edit table?
I am using DBman SQL 2.1.0.

When I creat table, Column Type selection includ:
INT
FLOAT
VARCHAR
CHAR
TEXT
DATE
ENUM
TIMESTAMP

But when I edit table, I can only select Column Type from:
INT
CHAR
TEXT
DATE
ENUM


that means I can not chang column type to FLOAT and TIMESTAMP.

Is it a bug?