Maho971230 / bookManage2

0 stars 0 forks source link

employees #2

Open joe1883 opened 2 days ago

joe1883 commented 2 days ago

Schema::create('employees', function (Blueprint $table) { $table->id(); $table->string('name'); $table->string('password'); $table->timestamps(); });