There is one more solution to set column Full text to true.
These solution for example didn't work for me
ALTER TABLE news ADD FULLTEXT(headline, story);
My solution.
- Right click on table
- Design
- Right Click on column which you want to edit
- Full text index
- Add
- Close
- Refresh
NEXT STEPS
- Right click on table
- Design
- Click on column which you want to edit
- On bottom of mssql you there will be tab "Column properties"
- Full-text Specification -> (Is Full-text Indexed) set to true.
Refresh
Version of mssql 2014