createTable(Subject::tableName(), [ 'id' => $this->primaryKey(), ]); } public function safeDown() { $this->dropTable(Subject::tableName()); } }