We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066656a commit 2a47554Copy full SHA for 2a47554
resources/views/components/finishing.blade.php
@@ -155,12 +155,11 @@
155
Schema::enableForeignKeyConstraints();
156
157
// Adds new column to the users table
158
- try {
159
if (!Schema::hasColumn('users', 'auth_as')) {
160
Schema::table('users', function (Blueprint $table) {
161
$table->unsignedBigInteger('auth_as')->nullable();
162
});
163
- }} catch (exception $e) {}
+ }
164
165
try {
166
DB::table('link_types')->updateOrInsert([
0 commit comments