Allow to create column of type 'Character' being greater than 1  | 
    Removes constraint on columns of type CHAR, so that they can be greater than one character in length. Note that defining a column as CHAR when the data being stored can be variable in length causes the data to be padded with blank spaces in the database.  |