Cannot read property 'Column_name' of undefined
hello! i have a java application which automatically created MySQL tables (given the right credentials), however when i try to go into the project's MySQL service > Data > Click on of the tables, i'm receiving this error.
16 Replies
I don't believe this is an issue with my MySQL table setup, as i've been using these database setups for months on heroku, but i'm not too sure.
Any ideas with this?
ProjectID?
Can confirm I've had this happen a number of times. Couldn't track down the cause though
d8c2d7d4-9cc2-4de3-a784-cb082a468bda
Any solutions to this?I just tend to use dbeaver
Do you have an
id
column in the database? I think our UI expects that the column will exist.why?
also, creating a mock table with the
id
column also produced the same error
any solutions?.
Not really a solution but.
ik but what's the reason this happens and can it be fixed?
Is there still no fix for this issue? seems like this should be an important thing to address
Not so, you would have to use an external DB browser...
I will flag this but this is unfortunately a low priority bug.
hitting the same issue on a brand new account. 😦
not sure if this is related but I'm also having the whole frontend crash on that same DB if I try and do a query like
SELECT * FROM gregg_economy
.Is there something public I can keep an eye on? Kinda annoying having an issue this show stopping for a new user. 😦
are other people not having the same issue if they’re using a MySQL DB?
Still having this issue
do not use the data tab, use a proper database management app like mysql workbench