Page 1 of 1

Support (MySQL) BIT fields

Posted: Thu Nov 22, 2018 7:30 pm
by patrick.nehls2

PHPMaker v2019.0.4 does not support MySQL BIT fields. Support for it would be great.

A bit field is a value with a number range defined by the data model owner (base 2 range of single bit to BIGINT). It is treated via SQL as an UNSIGNED integer value, so it it transparent to the application. Application does not know (and does not need to know) if value "1" is stored in BIT(1), BIT(13), TINYINT, BIGINT or ENUM(0,1) when using SQL.


Re: Support (MySQL) BIT fields

Posted: Wed Aug 07, 2019 9:48 am
by Webmaster

Please try PHPMaker 2020.