larapost icon indicating copy to clipboard operation
larapost copied to clipboard

Hey, Some issue occurred in migration

Open Katerou22 opened this issue 8 years ago • 1 comments

[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?

Katerou22 avatar Aug 12 '17 11:08 Katerou22

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

CharlesKumar avatar Sep 03 '18 12:09 CharlesKumar