Add block code [skip ci]

This commit is contained in:
James Cole
2015-07-25 07:03:42 +02:00
parent 0e77574c26
commit 150b6fe5b6
2 changed files with 9 additions and 1 deletions

View File

@@ -34,8 +34,14 @@ class ChangesForV3410 extends Migration
}
);
}
// add "blocked_code" to users:
Schema::table(
'users', function (Blueprint $table) {
$table->string('blocked_code', 25)->nullable();
}
);
}
/**