Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maria DB Support #139

Open
G470 opened this issue Jul 1, 2021 · 0 comments
Open

Maria DB Support #139

G470 opened this issue Jul 1, 2021 · 0 comments

Comments

@G470
Copy link

G470 commented Jul 1, 2021

Please add Support for MariaDB. Currently the installation procedure throws syntax errors during create table process because the data type JSON is used. This can be replaced by LONGTEXT and should work as well :).

$table->json('validation'); $table->json('data'); $table->json('flags');
could be

$table->longtext('validation'); $table->longtext('data'); $table->longtext('flags');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant