Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Text field size definition
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