when I set length of text 4000 . It is not show in structure.
when I save it..length not shown.
what happen length remains 4000 or become zero length
Discussion posts and replies are publicly visible
A TEXT datatype has a max size of 65,535.
navicat.com/.../1308-choosing-between-varchar-and-text-in-mysql
why text length not shown in table as I set 4000 there
Not sure what to answer. That's just the way MySQL/MariaDB works.
You can't define a length. It is set by default at 65K.
how text 65k length handle in interface paragraph field...
a!paragraphFoield can take 65k text length
setting a length only works for VARCHAR type. If you want to have a field that's constrained to 4000, use VARCHAR(4000). I can't really speak to what the pros / cons might be compared to using TEXT - I assume some other people here will.
In interface a!paragraph field handle this text field of database.
is paragraphField can take 65 k text or gives error
what is the limit of pharagraph field in interface.can it handle 65 k length of text
shifa said:what is the limit of pharagraph field in interface.can it handle 65 k length of text
Why don't you try it out. This loads just fine in my environment: