Skip to content

Copy without line numbers #193

@cycle2zhou

Description

@cycle2zhou

image

Here is the preview file

image

Select row copy
DROP TABLE IF EXISTS `t_manual`;
   24 CREATE TABLE `t_manual` (
   25   `id` bigint(20) NOT NULL,
   26   `project_id` bigint(20) DEFAULT NULL,
   27   `manual_name` varchar(64) DEFAULT NULL,
   28   `business_time` varchar(128) DEFAULT NULL,
   29   `create_time` datetime DEFAULT NULL,
   30   `creator` varchar(64) DEFAULT NULL,
   31   PRIMARY KEY (`id`)
   32 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

The copied content has a line number, which makes no sense

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions