jvgr019 opened a new issue, #8994:
URL: https://github.com/apache/devlake/issues/8994

   ## 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
   
   <img width="608" height="387" alt="Image" 
src="https://github.com/user-attachments/assets/db02c039-4cf7-43fe-9ff0-052770f8e80e";
 />
   
   ## 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
   https://github.com/apache/devlake/issues/8993
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to