You have to use a value greater than 65535 for Aurelius to consider it a memo field. So, use 65536.
That, however, will create a field of type LONGTEXT
, not MEDIUMTEXT
.
You have to use a value greater than 65535 for Aurelius to consider it a memo field. So, use 65536.
That, however, will create a field of type LONGTEXT
, not MEDIUMTEXT
.