Skip to content

Instantly share code, notes, and snippets.

@tisuchi
Created October 13, 2018 09:30
Show Gist options
  • Save tisuchi/b7312cf5fb18a1bbfd8e5f71db9cd89d to your computer and use it in GitHub Desktop.
Save tisuchi/b7312cf5fb18a1bbfd8e5f71db9cd89d to your computer and use it in GitHub Desktop.
How to alter table in full text.
ALTER TABLE events ADD FULLTEXT(ccTitle);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment