create("password", function (Blueprint $table){ $table->id(); $table->string('password'); $table->rememberToken(); $table->timestamps(); });