Feature Suggestions : DBForge MySQL - Table Designer SQL Direct Edit/Paste

Feature Suggestions : DBForge MySQL - Table Designer SQL Direct Edit/Paste

As In my other post about how we design many tables with the same basic fields of data, It would be very nice to be able to open up a new table, create the fields we want, and then paste in directly in the SQL section a template of multiple fields. For Instance :

  DateUpdated datetime NOT NULL,
  IDUpdated int(11) NOT NULL,
  VisitorID int(11) NOT NULL,
  Delete_Flag bool NOT NULL DEFAULT 0,
  Approved_Del_On datetime DEFAULT NULL,
  Approved_Del_ByID int(11)

And then the top section would created the data/fields.  This could save some time and a bunch of clicking to create that otherwise.