table column modify not working if column comment is present
See original GitHub issueHi guys,
In new version sometimes column modify not working.
I think maybe it’s related to this: #2096
For example I give this error when I want rename one field: (other finctionality like set Unique
and Default
also not working for me)
TypeError: v.trim is not a function[Learn More] main.js:1:250282
/CC: @wawhal, @praveenweb, @shahidhk
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Alter MySQL table to add comments on columns
ALTER TABLE YourTable MODIFY COLUMN your_column ... Similarly, if the column is defined as NOT NULL or has a DEFAULT value, these details...
Read more >SQL Server ALTER TABLE ADD Column overview
In this article, we will explore SQL Server ALTER TABLE ADD Column statements to add column(s) to an existing table.
Read more >13.1.9 ALTER TABLE Statement - MySQL :: Developer Zone
If a storage engine does not support an attempted ALTER TABLE operation, ... the value is reset to the current maximum AUTO_INCREMENT column...
Read more >Column Manipulations | ClickHouse Docs
Adding a column just changes the table structure, without performing any actions with data. The data does not appear on the disk after...
Read more >Alter Table in SQL – How to Add a Column or Rename a ...
You have created your database and your tables, and after all this work, you notice that you need to add or rename a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Nothing to do with arabic 😃. happens if you have any comment added
Could reproduce this by adding a column comment in arabic and trying to modify column after save