forked from metalagman/yii2-eav
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Основное значение типа VARCHAR -> TEXT #5
Labels
Comments
лучше подобный тип данных хранить отдельно, как вариант сделать еще 1 таблицу с типом текст, так как полей EAV может быть много и это сильно утяжелит таблицу |
Согласен. Что-то я не подумал) Может на VARCHAR(1000) или и правду вывести в отдельную таблицу? |
будут реализованы дополнительные поля в таблице или будет создана отдельная таблица |
Closed
close |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Здравствуйте.
Отличная доработка модуля!
Почему бы не изменить в таблице
eav_attribute_value
тип поляVARCHAR
наTEXT
?Что вы думаете по этому поводу?
The text was updated successfully, but these errors were encountered: