larapost
larapost copied to clipboard
Hey, Some issue occurred in migration
[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 1 near "title": syntax error (SQL: ALTER TABLE lb_posts ADD FULLTEXT KEY lb_posts_title_body_fulltex
t (title, body))
Notice: im using sqlite
whats you're opinion?
sql code for FULLTEXT search is different in Mysql and Sqlite
It is better to use Mysql (since the code is written based on it)
or you have to manually change sql code wherever it differs for sqlite
Sqlite handles FULLTEXT search using virtual tables