increments('id'); $table->integer('account_id'); $table->string('name'); $table->softDeletes(); $table->timestamps(); }); } }