Open iAnujParajuli opened 6 years ago
@anuzz I had the same problem in the past with an INT column. I fixed it changing the colulmn type to BIGINT directly in the database. In your case, you can change your 'content' column type to TEXT directly in your database.
Cheers!
I tried but the validation wont let me save the big text how do i disable the validation for the form field?
@anuzz You have to edit d Module, Go to Modules select the module and then set the particular field max value to 6500 and then check. I hope it helps.
I cannot insert big paragraphs using the fields. And when I increase the maximum size it displays
SQLSTATE[42000]: Syntax error or access violation: 1074 Column length too big for column 'content' (max = 21845); use BLOB or TEXT instead (SQL: ALTER TABLE pages CHANGE content content VARCHAR(65000) DEFAULT '' NOT NULL COLLATE utf8_unicode_ci)