Closed
Description
Preconditions (*)
Magento version 2.3.3 & 2.4-develop
The table "quote" column "customer_note" uses type varchar(255). It should be using type "text" instead. In every other sales table, the type is defined as "text".
Changing the data type from a custom module is also not possible with the declarative schema feature because the attribute length is not allowed.
Steps to reproduce (*)
- Install Magento 2.3.3
- View database table quote and check the column customer_note
Expected result (*)
- Type is text
Actual result (*)
- Type is varchar 255
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentIndicates that Pull Request has been created to fix issueThe issue has been reproduced on latest 2.4-develop branch