question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

table column modify not working if column comment is present

See original GitHub issue

Hi 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:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
rikinsk-zzcommented, May 14, 2019

Nothing to do with arabic 😃. happens if you have any comment added

1reaction
rikinsk-zzcommented, May 14, 2019

Could reproduce this by adding a column comment in arabic and trying to modify column after save

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found