Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Create Table, A Way To Guess The Name Of New Tables

forums forums SQLyog SQLyog: Bugs / Feature Requests Create Table, A Way To Guess The Name Of New Tables

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #10603
      JimZ
      Member

      How does this sound for a way to automatically guess the name for tables being created in SQLYog? I'm talking about the table name that is populated in the popup dialog when you click 'Create Table…', where it says 'Enter new table name'.

      If a user creates a table with a single-field primary key and that field name ends in the letters 'ID' (any mix of upper/lower case), extract the rest of the field name prior to those letters and use that to populate the dialog box.

      Examples:

      userid -> user

      trackingid -> tracking

      logingid -> lodging

      The likelihood that the table name will be the same (or the same, with an 's' appended) is very high.

    • #25194
      peterlaursen
      Participant

      I added your request here:

      http://code.google.com/p/sqlyog/issues/detail?id=431

      did I get every detail correct?

Viewing 1 reply thread
  • You must be logged in to reply to this topic.