Open joe1883 opened 2 days ago
Schema::create('employees', function (Blueprint $table) { $table->id(); $table->string('name'); $table->string('password'); $table->timestamps(); });
Schema::create('employees', function (Blueprint $table) { $table->id(); $table->string('name'); $table->string('password'); $table->timestamps(); });