getTable('talk_sessions'); if (!$table->hasColumn('state')) { $table->addColumn('state', Types::SMALLINT, [ 'default' => 1, // active 'unsigned' => true, ]); return $schema; } return null; } }