Export to GitHub

foorum - issue #80

convert ENUM to TINYINT


Posted on Aug 10, 2008 by Massive Monkey

enum is hard to alter table when add a new enum type. while tinyint is better in this case. one shortcoming of tinyint is we need a map from int to 'type'.

need apply to most 'status' column and 'type' column I think.

Comment #1

Posted on Oct 3, 2008 by Massive Monkey

did apply to log_error

Status: Started

Labels:
Type-Enhancement Priority-Medium