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