marijnhurkens6645
It seems this plugin is incompatible with SQlite?
The following error occurs when installing the plugin:
SQLSTATE[HY000]: General error: 1 near "title": syntax error (SQL: ALTER TABLE radiantweb_blog_posts ADD FULLTEXT search(title, content))" on line 666 of examplepath\vendor\laravel\framework\src\Illuminate\Database\Connection.php
marijnhurkens6645
Bump, maybe SQlite support is useful, or at least mention in the description the fact that it isn't supported?
paulgrafx
Just checked and it relates to 'Complete ALTER TABLE support' in SQLite.
Only the RENAME TABLE and ADD COLUMN variants of the ALTER TABLE command are supported. Other kinds of ALTER TABLE operations such as DROP COLUMN, ALTER COLUMN, ADD CONSTRAINT, and so forth are omitted.
Last updated
1-5 of 5