We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The 2015_03_26_135428_update_name_alt_title_in_media_table migration would be boken in sqlite because sql query is not supported.
2015_03_26_135428_update_name_alt_title_in_media_table
Line 17~19
I think using doctrine/dbal and update code be made compatible with other databases
doctrine/dbal
Schema::table('media', function(Blueprint $table) { $table->string('name')->nullable()->change(); $table->string('alt')->nullable()->change(); $table->string('title')->nullable()->change(); });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
2015_03_26_135428_update_name_alt_title_in_media_table
migration would be boken in sqlitebecause sql query is not supported.
Line 17~19
I think using
doctrine/dbal
and update code be made compatible with other databasesThe text was updated successfully, but these errors were encountered: