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

Text field size definition

forums forums SQLyog Using SQLyog Text field size definition

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8757
      cell-gfx
      Member

      I'm trying to define a PK as a text field, but when I create a text field, it doesn't allow me to change the size of the field in the 'Len' box. I cannot type or change anything. When I try and create the table, it tells me I must specify the size of the field, but I can't! Am I doing something wrong? 🙁

    • #16906
      Ritesh
      Member

      Currently, you can not specify length of PK using the Create/Alter Table…. This feature is in the TO-DO list of SQLyog.

      You can always create a UNIQUE key using Table -> Manage Indexes… on the TEXT column. It will have the same property like PK.

      HTH

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