There is topic on StackOverflow: Remove Primary Key in MySQL Where it is described how to unassigned primary key from table's column. But this method did not work in my case.
I did use the code written in the topic above, for this extremely simple procedure, but still receive errors. Please help. Here is a code:
ALTER TABLE [BOM_V164_MK1A_PLM-000780855_02_D02102018_T10:50:56]
DROP PRIMARY KEY;
Here is the error I get:
Thanks everyone in advance.