table('tickets'); $table->addColumn('status', 'string', ['null' => false, 'default' => 'open']) ->update(); } }