Skip to content

[Refactor][Database columns] Standardize component column type across all database tables #8994

Description

@jvgr019

What and why to refactor

Several tables contain a column named component, but the column definition is not consistent across the schema.
Columns representing the same business concept (component) should ideally share a common data type and sizing strategy across the database schema.

Diferent types identified:

  • VARCHAR(100)
  • VARCHAR(191)
  • VARCHAR(255)
  • VARCHAR(500)
  • TEXT
Image

Describe the solution you'd like

Review all database tables containing a component column and standardize them using a single data type.
Suggested type TEXT

Related issues

#8993

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/refactorThis issue is to refactor existing code

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions