Код: Выделить всё
CREATE TABLE `sales_order_item_test_longtext` (
`item_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Item ID',
`product_options` longtext COMMENT 'Product Options',
PRIMARY KEY (`item_id`)
) ;
Код: Выделить всё
Подробнее здесь: [url]https://stackoverflow.com/questions/79410312/why-did-biml-studio-2024-get-error-in-handling-data-type-longtext-in-our-mysql[/url]
Мобильная версия