I am trying to set the Full Text property for some columns in a table in a MySQL InnoDB .
I canβt find the option in MySQL Workbench, and I tried various searches on Google to find out how, but I couldnβt find anything.
These are my current options:
PK = Primary Key NN = Not Null UQ = Unique Key BIN = Binary UN = Unsigned ZF = Zero Filled AI = Auto Increment

Where can I find the Full Text option in MySQL Workbench?
source share