Support MB Custom Table I need to know what Data Type I can use in MB Custom Table Reply To: I need to know what Data Type I can use in MB Custom Table

#12488
Anh TranAnh Tran
Keymaster

Hi Jefferson, the data types are MySQL types and listed here.

I see the field direct_sale that you used has type TINYINT(1), so I guess it's used for checkbox field, which has value 1 or 0.

I've just checked the custom table extension and found a bug for displaying empty value (including 0). I'll fix it now.