Back in the day "copy with names" was on the right-click menu rather than in a sub-menu, and it did not include the column type. I liked that. I can live with the sub-menu, but having to manually remove the types when I want to work with the data is really, really annoying. Could you possibly make those a new row rather than concat'ing them onto the column name. Or at least add a space, so I can regex them away?
Code: Select all
idINT enabledTINYINT serial_numberBIGINT
1033 1 286737
That looks awful to me.
Code: Select all
id INT, enabled TINYINT, serial_number BIGINT, panel_types_id INT