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

Indexes as Batch Scripts?

forums forums SQLyog Using SQLyog Indexes as Batch Scripts?

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #8129
      benze
      Member

      Is there a way to output the index structure of a table in a batch script as well? When I try to create a batch script of structure only, it does not include the indexes. Must i do something unique to get the indexes in the batch script?

      Thanks,

      Eric

    • #14781
      CalEvans
      Member

      When you export the structure you don't get the KEY and PRIMARY KEY lines? I get them every time. (And I export at least 1-3 a day.) What version fo SQLyog are you using?

      =C=

    • #14782
      Shadow
      Member

      Indices are listed right after the field definitions in the CREATE TABLE command.

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