yoichiro / chrome_mysql_admin

ChromeMyAdmin provides you the administration GUI of MySQL server. It is like phpMyAdmin, Sequel Pro.
https://www.eisbahn.jp/chrome_mysql_admin
Apache License 2.0
140 stars 33 forks source link

Can create tables but cannot add columns to tables #14

Closed rcampoamor closed 9 years ago

rcampoamor commented 9 years ago

I am logged in as an administrator. I can create tables, but cannot add columns to them. Error is: [Error code:1146 SQL state:42S02] Table 'hswdb1.[object Object]' doesn't exist.

Tried this on multiple tables with the same result

yoichiro commented 9 years ago

Fixed the bug as a7e933664694956ccd8db0412d156a9f4a6134ab. Thank you for the reporting!