Cathy Shapiro
Results
1
issues of
Cathy Shapiro
What steps will reproduce the problem? 1.Create a table with columns using the reference function: t = createTable(name='companyproducts'); t.references(referenceNames='product,option'); t.create(); 2.Then try to remove one of the columns: removeColumn(table='companyproducts', referenceNames='option');...
core
mysql
bug