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

Automate table name modifications

forums forums SQLyog SQLyog: Bugs / Feature Requests Automate table name modifications

  • This topic is empty.
Viewing 5 reply threads
  • Author
    Posts
    • #9040
      roman2
      Member

      Some (if not all, I don't know for sure… at least, mine) hosting providers force a prefix onto table names. I would like to have an easy way to modify table names (all at once and maybe selected ones).

    • #18081
      Ritesh
      Member

      Thanks.

      I have forwarded your issue to my development team.

    • #18082
      roman2
      Member

      I should have been more explicit — by modification I mean not only adding a string to a name (in front or end of an existing name) but also removing it too. This would make it easier to move from one host to another.

    • #18083
      Ritesh
      Member

      We need to use Alter Table… SQL to modify information about tables. There is no option in Alter Table to work on multiple tables.

    • #18084
      peterlaursen
      Participant

      I don't think it' common that you should use a prefix with each table – just the database and the user(s)

    • #18085
      roman2
      Member

      My provider requires it, and they claim having tens of thousands of clients. Perhaps, this is common enough to justify adding this feature to SQLyog.

Viewing 5 reply threads
  • You must be logged in to reply to this topic.