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