Skip to content

Table quote column customer_note uses wrong type #26155

Closed
@seppoviuh

Description

@seppoviuh

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.
image

image

Steps to reproduce (*)

  1. Install Magento 2.3.3
  2. View database table quote and check the column customer_note

Expected result (*)

  1. Type is text

Actual result (*)

  1. Type is varchar 255

Metadata

Metadata

Labels

Component: DBFixed in 2.4.xThe issue has been fixed in 2.4-develop branchIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentProgress: PR CreatedIndicates that Pull Request has been created to fix issueReproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branch

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions