fadlyshafa

Untitled

Oct 24th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. public function up()
  2.     {
  3.         Schema::table('users', function (Blueprint $table) {
  4.             $table->integer('role')->nullable();
  5.         });
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment