Score:0

Increase Mysql row size

wf flag

When I run a laravel migration i get an error complaining about row size how can i solve i have run a couple of commands but not changed anything

SQLSTATE[42000]: Syntax error or access violation: 1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs (SQL: alter table patients add address varchar(191) null, add private_number varchar(191) null, add secret_number varchar(191) null)

Score:0
cn flag

As stated:

You have to change some columns to TEXT or BLOBs

See the limits,

The total length can not exceed 65535 characters. BLOB and TEXT columns count up to four plus eight bytes each as those are stored outside of the table.

Denis Mulindwa avatar
wf flag
Thanks it works
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.