jan-vince / smallrecords

OctoberCMS plugin to store and manage records and lists
MIT License
30 stars 11 forks source link

Change content_blocks column in records table to longtext type #69

Closed dreamboostme closed 3 years ago

dreamboostme commented 4 years ago

Change content_blocks column in records table to longtext type

jan-vince commented 4 years ago

Hi @xtsidx,

I have no problem to change original TEXT type to somethig larger but I thing we should be ok with MEDIUMTEXT.

Or do you have any reason to use LONGTEXT?

Best regards,

Jan

dreamboostme commented 4 years ago

Hi @jan-vince,

Sorry, I completely agree, LONGTEXT is overkill

MEDIUMTEXT Will be enough.

Thanks and nice day

dreamboostme commented 3 years ago

Ok, i did it

jan-vince commented 3 years ago

Hi @xtsidx just small note - I had to add another update to MEDIUMTEXT column as there is a bug in Laravel then TEXT column is not updated during migration. So the actual change is in version 3.8.3.

Best regards,

Jan