id(); $table->string('department'); $table->string('position'); $table->double('fraction'); $table->integer('salary'); $table->string('notice'); $table->timestamps(); }); } };