I am importing a database, in the read me that came with the csv, it describes he necessary table column names as well as the datatypes that should be used for each.
For one of the columns, the datatype “number” is used? My database client manager (HeidiSql) doesn’t show any such option. The closest I see is enum. Is that what I should use?
Also no length was given in the description. If I should use enum what should I enter as length?
There are several numeric types and also the enum type.