átlagos kiegészítséek jó sok

This commit is contained in:
Roo
2026-03-22 11:02:05 +00:00
parent f53e0b53df
commit 5d44339f21
249 changed files with 20922 additions and 2253 deletions

917
database_check_test.txt Normal file
View File

@@ -0,0 +1,917 @@
================================================================================
🔍 RÉSZLETES SCHEMA AUDIT JELENTÉS
================================================================================
[A IRÁNY: Kód (SQLAlchemy) -> Adatbázis (PostgreSQL)]
--------------------------------------------------
✅ RENDBEN: Séma [audit] létezik.
✅ RENDBEN: Tábla [audit.process_logs] létezik.
✅ RENDBEN: Oszlop [audit.process_logs.id]
✅ RENDBEN: Oszlop [audit.process_logs.process_name]
✅ RENDBEN: Oszlop [audit.process_logs.start_time]
✅ RENDBEN: Oszlop [audit.process_logs.end_time]
✅ RENDBEN: Oszlop [audit.process_logs.items_processed]
✅ RENDBEN: Oszlop [audit.process_logs.items_failed]
✅ RENDBEN: Oszlop [audit.process_logs.details]
✅ RENDBEN: Oszlop [audit.process_logs.created_at]
✅ RENDBEN: Tábla [audit.audit_logs] létezik.
✅ RENDBEN: Oszlop [audit.audit_logs.id]
✅ RENDBEN: Oszlop [audit.audit_logs.user_id]
✅ RENDBEN: Oszlop [audit.audit_logs.severity]
✅ RENDBEN: Oszlop [audit.audit_logs.action]
✅ RENDBEN: Oszlop [audit.audit_logs.target_type]
✅ RENDBEN: Oszlop [audit.audit_logs.target_id]
✅ RENDBEN: Oszlop [audit.audit_logs.old_data]
✅ RENDBEN: Oszlop [audit.audit_logs.new_data]
✅ RENDBEN: Oszlop [audit.audit_logs.ip_address]
✅ RENDBEN: Oszlop [audit.audit_logs.user_agent]
✅ RENDBEN: Oszlop [audit.audit_logs.timestamp]
✅ RENDBEN: Tábla [audit.financial_ledger] létezik.
✅ RENDBEN: Oszlop [audit.financial_ledger.id]
✅ RENDBEN: Oszlop [audit.financial_ledger.user_id]
✅ RENDBEN: Oszlop [audit.financial_ledger.person_id]
✅ RENDBEN: Oszlop [audit.financial_ledger.amount]
✅ RENDBEN: Oszlop [audit.financial_ledger.currency]
✅ RENDBEN: Oszlop [audit.financial_ledger.transaction_type]
✅ RENDBEN: Oszlop [audit.financial_ledger.related_agent_id]
✅ RENDBEN: Oszlop [audit.financial_ledger.details]
✅ RENDBEN: Oszlop [audit.financial_ledger.created_at]
✅ RENDBEN: Oszlop [audit.financial_ledger.entry_type]
✅ RENDBEN: Oszlop [audit.financial_ledger.balance_after]
✅ RENDBEN: Oszlop [audit.financial_ledger.wallet_type]
✅ RENDBEN: Oszlop [audit.financial_ledger.issuer_id]
✅ RENDBEN: Oszlop [audit.financial_ledger.invoice_status]
✅ RENDBEN: Oszlop [audit.financial_ledger.tax_amount]
✅ RENDBEN: Oszlop [audit.financial_ledger.gross_amount]
✅ RENDBEN: Oszlop [audit.financial_ledger.net_amount]
✅ RENDBEN: Oszlop [audit.financial_ledger.transaction_id]
✅ RENDBEN: Oszlop [audit.financial_ledger.status]
✅ RENDBEN: Tábla [audit.operational_logs] létezik.
✅ RENDBEN: Oszlop [audit.operational_logs.id]
✅ RENDBEN: Oszlop [audit.operational_logs.user_id]
✅ RENDBEN: Oszlop [audit.operational_logs.action]
✅ RENDBEN: Oszlop [audit.operational_logs.resource_type]
✅ RENDBEN: Oszlop [audit.operational_logs.resource_id]
✅ RENDBEN: Oszlop [audit.operational_logs.details]
✅ RENDBEN: Oszlop [audit.operational_logs.ip_address]
✅ RENDBEN: Oszlop [audit.operational_logs.created_at]
✅ RENDBEN: Tábla [audit.security_audit_logs] létezik.
✅ RENDBEN: Oszlop [audit.security_audit_logs.id]
✅ RENDBEN: Oszlop [audit.security_audit_logs.action]
✅ RENDBEN: Oszlop [audit.security_audit_logs.actor_id]
✅ RENDBEN: Oszlop [audit.security_audit_logs.target_id]
✅ RENDBEN: Oszlop [audit.security_audit_logs.confirmed_by_id]
✅ RENDBEN: Oszlop [audit.security_audit_logs.is_critical]
✅ RENDBEN: Oszlop [audit.security_audit_logs.payload_before]
✅ RENDBEN: Oszlop [audit.security_audit_logs.payload_after]
✅ RENDBEN: Oszlop [audit.security_audit_logs.created_at]
✅ RENDBEN: Séma [finance] létezik.
✅ RENDBEN: Tábla [finance.exchange_rates] létezik.
✅ RENDBEN: Oszlop [finance.exchange_rates.id]
✅ RENDBEN: Oszlop [finance.exchange_rates.rate]
✅ RENDBEN: Tábla [finance.issuers] létezik.
✅ RENDBEN: Oszlop [finance.issuers.id]
✅ RENDBEN: Oszlop [finance.issuers.name]
✅ RENDBEN: Oszlop [finance.issuers.tax_id]
✅ RENDBEN: Oszlop [finance.issuers.type]
✅ RENDBEN: Oszlop [finance.issuers.revenue_limit]
✅ RENDBEN: Oszlop [finance.issuers.current_revenue]
✅ RENDBEN: Oszlop [finance.issuers.is_active]
✅ RENDBEN: Oszlop [finance.issuers.api_config]
✅ RENDBEN: Oszlop [finance.issuers.created_at]
✅ RENDBEN: Oszlop [finance.issuers.updated_at]
✅ RENDBEN: Tábla [finance.payment_intents] létezik.
✅ RENDBEN: Oszlop [finance.payment_intents.id]
✅ RENDBEN: Oszlop [finance.payment_intents.intent_token]
✅ RENDBEN: Oszlop [finance.payment_intents.payer_id]
✅ RENDBEN: Oszlop [finance.payment_intents.beneficiary_id]
✅ RENDBEN: Oszlop [finance.payment_intents.target_wallet_type]
✅ RENDBEN: Oszlop [finance.payment_intents.net_amount]
✅ RENDBEN: Oszlop [finance.payment_intents.handling_fee]
✅ RENDBEN: Oszlop [finance.payment_intents.gross_amount]
✅ RENDBEN: Oszlop [finance.payment_intents.currency]
✅ RENDBEN: Oszlop [finance.payment_intents.status]
✅ RENDBEN: Oszlop [finance.payment_intents.stripe_session_id]
✅ RENDBEN: Oszlop [finance.payment_intents.stripe_payment_intent_id]
✅ RENDBEN: Oszlop [finance.payment_intents.stripe_customer_id]
✅ RENDBEN: Oszlop [finance.payment_intents.metadata]
✅ RENDBEN: Oszlop [finance.payment_intents.created_at]
✅ RENDBEN: Oszlop [finance.payment_intents.updated_at]
✅ RENDBEN: Oszlop [finance.payment_intents.completed_at]
✅ RENDBEN: Oszlop [finance.payment_intents.expires_at]
✅ RENDBEN: Oszlop [finance.payment_intents.transaction_id]
✅ RENDBEN: Oszlop [finance.payment_intents.is_deleted]
✅ RENDBEN: Oszlop [finance.payment_intents.deleted_at]
✅ RENDBEN: Tábla [finance.withdrawal_requests] létezik.
✅ RENDBEN: Oszlop [finance.withdrawal_requests.id]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.user_id]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.amount]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.currency]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.payout_method]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.status]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.reason]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.approved_by_id]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.approved_at]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.refund_transaction_id]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.created_at]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.updated_at]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.is_deleted]
✅ RENDBEN: Oszlop [finance.withdrawal_requests.deleted_at]
✅ RENDBEN: Tábla [finance.credit_logs] létezik.
✅ RENDBEN: Oszlop [finance.credit_logs.id]
✅ RENDBEN: Oszlop [finance.credit_logs.org_id]
✅ RENDBEN: Oszlop [finance.credit_logs.amount]
✅ RENDBEN: Oszlop [finance.credit_logs.description]
✅ RENDBEN: Oszlop [finance.credit_logs.created_at]
✅ RENDBEN: Tábla [finance.org_subscriptions] létezik.
✅ RENDBEN: Oszlop [finance.org_subscriptions.id]
✅ RENDBEN: Oszlop [finance.org_subscriptions.org_id]
✅ RENDBEN: Oszlop [finance.org_subscriptions.tier_id]
✅ RENDBEN: Oszlop [finance.org_subscriptions.valid_from]
✅ RENDBEN: Oszlop [finance.org_subscriptions.valid_until]
✅ RENDBEN: Oszlop [finance.org_subscriptions.is_active]
✅ RENDBEN: Séma [fleet] létezik.
✅ RENDBEN: Tábla [fleet.organizations] létezik.
✅ RENDBEN: Oszlop [fleet.organizations.id]
✅ RENDBEN: Oszlop [fleet.organizations.legal_owner_id]
✅ RENDBEN: Oszlop [fleet.organizations.first_registered_at]
✅ RENDBEN: Oszlop [fleet.organizations.current_lifecycle_started_at]
✅ RENDBEN: Oszlop [fleet.organizations.last_deactivated_at]
✅ RENDBEN: Oszlop [fleet.organizations.lifecycle_index]
✅ RENDBEN: Oszlop [fleet.organizations.address_id]
✅ RENDBEN: Oszlop [fleet.organizations.is_anonymized]
✅ RENDBEN: Oszlop [fleet.organizations.anonymized_at]
✅ RENDBEN: Oszlop [fleet.organizations.full_name]
✅ RENDBEN: Oszlop [fleet.organizations.name]
✅ RENDBEN: Oszlop [fleet.organizations.display_name]
✅ RENDBEN: Oszlop [fleet.organizations.folder_slug]
✅ RENDBEN: Oszlop [fleet.organizations.default_currency]
✅ RENDBEN: Oszlop [fleet.organizations.country_code]
✅ RENDBEN: Oszlop [fleet.organizations.language]
✅ RENDBEN: Oszlop [fleet.organizations.address_zip]
✅ RENDBEN: Oszlop [fleet.organizations.address_city]
✅ RENDBEN: Oszlop [fleet.organizations.address_street_name]
✅ RENDBEN: Oszlop [fleet.organizations.address_street_type]
✅ RENDBEN: Oszlop [fleet.organizations.address_house_number]
✅ RENDBEN: Oszlop [fleet.organizations.address_hrsz]
✅ RENDBEN: Oszlop [fleet.organizations.tax_number]
✅ RENDBEN: Oszlop [fleet.organizations.reg_number]
✅ RENDBEN: Oszlop [fleet.organizations.org_type]
✅ RENDBEN: Oszlop [fleet.organizations.status]
✅ RENDBEN: Oszlop [fleet.organizations.is_deleted]
✅ RENDBEN: Oszlop [fleet.organizations.is_active]
✅ RENDBEN: Oszlop [fleet.organizations.subscription_plan]
✅ RENDBEN: Oszlop [fleet.organizations.base_asset_limit]
✅ RENDBEN: Oszlop [fleet.organizations.purchased_extra_slots]
✅ RENDBEN: Oszlop [fleet.organizations.notification_settings]
✅ RENDBEN: Oszlop [fleet.organizations.external_integration_config]
✅ RENDBEN: Oszlop [fleet.organizations.owner_id]
✅ RENDBEN: Oszlop [fleet.organizations.is_verified]
✅ RENDBEN: Oszlop [fleet.organizations.created_at]
✅ RENDBEN: Oszlop [fleet.organizations.updated_at]
✅ RENDBEN: Oszlop [fleet.organizations.is_ownership_transferable]
✅ RENDBEN: Tábla [fleet.branches] létezik.
✅ RENDBEN: Oszlop [fleet.branches.id]
✅ RENDBEN: Oszlop [fleet.branches.organization_id]
✅ RENDBEN: Oszlop [fleet.branches.address_id]
✅ RENDBEN: Oszlop [fleet.branches.name]
✅ RENDBEN: Oszlop [fleet.branches.is_main]
✅ RENDBEN: Oszlop [fleet.branches.postal_code]
✅ RENDBEN: Oszlop [fleet.branches.city]
✅ RENDBEN: Oszlop [fleet.branches.street_name]
✅ RENDBEN: Oszlop [fleet.branches.street_type]
✅ RENDBEN: Oszlop [fleet.branches.house_number]
✅ RENDBEN: Oszlop [fleet.branches.stairwell]
✅ RENDBEN: Oszlop [fleet.branches.floor]
✅ RENDBEN: Oszlop [fleet.branches.door]
✅ RENDBEN: Oszlop [fleet.branches.hrsz]
✅ RENDBEN: Oszlop [fleet.branches.opening_hours]
✅ RENDBEN: Oszlop [fleet.branches.branch_rating]
✅ RENDBEN: Oszlop [fleet.branches.status]
✅ RENDBEN: Oszlop [fleet.branches.is_deleted]
✅ RENDBEN: Oszlop [fleet.branches.created_at]
✅ RENDBEN: Tábla [fleet.org_sales_assignments] létezik.
✅ RENDBEN: Oszlop [fleet.org_sales_assignments.id]
✅ RENDBEN: Oszlop [fleet.org_sales_assignments.organization_id]
✅ RENDBEN: Oszlop [fleet.org_sales_assignments.agent_user_id]
✅ RENDBEN: Oszlop [fleet.org_sales_assignments.assigned_at]
✅ RENDBEN: Oszlop [fleet.org_sales_assignments.is_active]
✅ RENDBEN: Tábla [fleet.organization_financials] létezik.
✅ RENDBEN: Oszlop [fleet.organization_financials.id]
✅ RENDBEN: Oszlop [fleet.organization_financials.organization_id]
✅ RENDBEN: Oszlop [fleet.organization_financials.year]
✅ RENDBEN: Oszlop [fleet.organization_financials.turnover]
✅ RENDBEN: Oszlop [fleet.organization_financials.profit]
✅ RENDBEN: Oszlop [fleet.organization_financials.employee_count]
✅ RENDBEN: Oszlop [fleet.organization_financials.source]
✅ RENDBEN: Oszlop [fleet.organization_financials.updated_at]
✅ RENDBEN: Tábla [fleet.organization_members] létezik.
✅ RENDBEN: Oszlop [fleet.organization_members.id]
✅ RENDBEN: Oszlop [fleet.organization_members.organization_id]
✅ RENDBEN: Oszlop [fleet.organization_members.user_id]
✅ RENDBEN: Oszlop [fleet.organization_members.person_id]
✅ RENDBEN: Oszlop [fleet.organization_members.role]
✅ RENDBEN: Oszlop [fleet.organization_members.permissions]
✅ RENDBEN: Oszlop [fleet.organization_members.is_permanent]
✅ RENDBEN: Oszlop [fleet.organization_members.is_verified]
✅ RENDBEN: Tábla [fleet.asset_assignments] létezik.
✅ RENDBEN: Oszlop [fleet.asset_assignments.id]
✅ RENDBEN: Oszlop [fleet.asset_assignments.asset_id]
✅ RENDBEN: Oszlop [fleet.asset_assignments.organization_id]
✅ RENDBEN: Oszlop [fleet.asset_assignments.status]
✅ RENDBEN: Séma [gamification] létezik.
✅ RENDBEN: Tábla [gamification.user_contributions] létezik.
✅ RENDBEN: Oszlop [gamification.user_contributions.id]
✅ RENDBEN: Oszlop [gamification.user_contributions.user_id]
✅ RENDBEN: Oszlop [gamification.user_contributions.season_id]
✅ RENDBEN: Oszlop [gamification.user_contributions.service_fingerprint]
✅ RENDBEN: Oszlop [gamification.user_contributions.cooldown_end]
✅ RENDBEN: Oszlop [gamification.user_contributions.action_type]
✅ RENDBEN: Oszlop [gamification.user_contributions.earned_xp]
✅ RENDBEN: Oszlop [gamification.user_contributions.contribution_type]
✅ RENDBEN: Oszlop [gamification.user_contributions.entity_type]
✅ RENDBEN: Oszlop [gamification.user_contributions.entity_id]
✅ RENDBEN: Oszlop [gamification.user_contributions.points_awarded]
✅ RENDBEN: Oszlop [gamification.user_contributions.xp_awarded]
✅ RENDBEN: Oszlop [gamification.user_contributions.status]
✅ RENDBEN: Oszlop [gamification.user_contributions.reviewed_by]
✅ RENDBEN: Oszlop [gamification.user_contributions.reviewed_at]
✅ RENDBEN: Oszlop [gamification.user_contributions.provided_fields]
✅ RENDBEN: Oszlop [gamification.user_contributions.created_at]
✅ RENDBEN: Séma [identity] létezik.
✅ RENDBEN: Tábla [identity.persons] létezik.
✅ RENDBEN: Oszlop [identity.persons.id]
✅ RENDBEN: Oszlop [identity.persons.id_uuid]
✅ RENDBEN: Oszlop [identity.persons.address_id]
✅ RENDBEN: Oszlop [identity.persons.identity_hash]
✅ RENDBEN: Oszlop [identity.persons.last_name]
✅ RENDBEN: Oszlop [identity.persons.first_name]
✅ RENDBEN: Oszlop [identity.persons.phone]
✅ RENDBEN: Oszlop [identity.persons.mothers_last_name]
✅ RENDBEN: Oszlop [identity.persons.mothers_first_name]
✅ RENDBEN: Oszlop [identity.persons.birth_place]
✅ RENDBEN: Oszlop [identity.persons.birth_date]
✅ RENDBEN: Oszlop [identity.persons.identity_docs]
✅ RENDBEN: Oszlop [identity.persons.ice_contact]
✅ RENDBEN: Oszlop [identity.persons.lifetime_xp]
✅ RENDBEN: Oszlop [identity.persons.penalty_points]
✅ RENDBEN: Oszlop [identity.persons.social_reputation]
✅ RENDBEN: Oszlop [identity.persons.is_sales_agent]
✅ RENDBEN: Oszlop [identity.persons.is_active]
✅ RENDBEN: Oszlop [identity.persons.is_ghost]
✅ RENDBEN: Oszlop [identity.persons.created_at]
✅ RENDBEN: Oszlop [identity.persons.updated_at]
✅ RENDBEN: Oszlop [identity.persons.user_id]
✅ RENDBEN: Tábla [identity.users] létezik.
✅ RENDBEN: Oszlop [identity.users.id]
✅ RENDBEN: Oszlop [identity.users.email]
✅ RENDBEN: Oszlop [identity.users.hashed_password]
✅ RENDBEN: Oszlop [identity.users.role]
✅ RENDBEN: Oszlop [identity.users.person_id]
✅ RENDBEN: Oszlop [identity.users.subscription_plan]
✅ RENDBEN: Oszlop [identity.users.subscription_expires_at]
✅ RENDBEN: Oszlop [identity.users.is_vip]
✅ RENDBEN: Oszlop [identity.users.referral_code]
✅ RENDBEN: Oszlop [identity.users.referred_by_id]
✅ RENDBEN: Oszlop [identity.users.current_sales_agent_id]
✅ RENDBEN: Oszlop [identity.users.is_active]
✅ RENDBEN: Oszlop [identity.users.is_deleted]
✅ RENDBEN: Oszlop [identity.users.folder_slug]
✅ RENDBEN: Oszlop [identity.users.preferred_language]
✅ RENDBEN: Oszlop [identity.users.region_code]
✅ RENDBEN: Oszlop [identity.users.preferred_currency]
✅ RENDBEN: Oszlop [identity.users.scope_level]
✅ RENDBEN: Oszlop [identity.users.scope_id]
✅ RENDBEN: Oszlop [identity.users.custom_permissions]
✅ RENDBEN: Oszlop [identity.users.created_at]
✅ RENDBEN: Tábla [identity.social_accounts] létezik.
✅ RENDBEN: Oszlop [identity.social_accounts.id]
✅ RENDBEN: Oszlop [identity.social_accounts.user_id]
✅ RENDBEN: Oszlop [identity.social_accounts.provider]
✅ RENDBEN: Oszlop [identity.social_accounts.social_id]
✅ RENDBEN: Oszlop [identity.social_accounts.email]
✅ RENDBEN: Oszlop [identity.social_accounts.extra_data]
✅ RENDBEN: Oszlop [identity.social_accounts.created_at]
✅ RENDBEN: Tábla [identity.user_trust_profiles] létezik.
✅ RENDBEN: Oszlop [identity.user_trust_profiles.user_id]
✅ RENDBEN: Oszlop [identity.user_trust_profiles.trust_score]
✅ RENDBEN: Oszlop [identity.user_trust_profiles.maintenance_score]
✅ RENDBEN: Oszlop [identity.user_trust_profiles.quality_score]
✅ RENDBEN: Oszlop [identity.user_trust_profiles.preventive_score]
✅ RENDBEN: Oszlop [identity.user_trust_profiles.last_calculated]
✅ RENDBEN: Tábla [identity.verification_tokens] létezik.
✅ RENDBEN: Oszlop [identity.verification_tokens.id]
✅ RENDBEN: Oszlop [identity.verification_tokens.token]
✅ RENDBEN: Oszlop [identity.verification_tokens.user_id]
✅ RENDBEN: Oszlop [identity.verification_tokens.token_type]
✅ RENDBEN: Oszlop [identity.verification_tokens.created_at]
✅ RENDBEN: Oszlop [identity.verification_tokens.expires_at]
✅ RENDBEN: Oszlop [identity.verification_tokens.is_used]
✅ RENDBEN: Tábla [identity.wallets] létezik.
✅ RENDBEN: Oszlop [identity.wallets.id]
✅ RENDBEN: Oszlop [identity.wallets.user_id]
✅ RENDBEN: Oszlop [identity.wallets.earned_credits]
✅ RENDBEN: Oszlop [identity.wallets.purchased_credits]
✅ RENDBEN: Oszlop [identity.wallets.service_coins]
✅ RENDBEN: Oszlop [identity.wallets.currency]
✅ RENDBEN: Tábla [identity.active_vouchers] létezik.
✅ RENDBEN: Oszlop [identity.active_vouchers.id]
✅ RENDBEN: Oszlop [identity.active_vouchers.wallet_id]
✅ RENDBEN: Oszlop [identity.active_vouchers.amount]
✅ RENDBEN: Oszlop [identity.active_vouchers.original_amount]
✅ RENDBEN: Oszlop [identity.active_vouchers.expires_at]
✅ RENDBEN: Oszlop [identity.active_vouchers.created_at]
✅ RENDBEN: Séma [marketplace] létezik.
✅ RENDBEN: Tábla [marketplace.discovery_parameters] létezik.
✅ RENDBEN: Oszlop [marketplace.discovery_parameters.id]
✅ RENDBEN: Oszlop [marketplace.discovery_parameters.city]
✅ RENDBEN: Oszlop [marketplace.discovery_parameters.keyword]
✅ RENDBEN: Oszlop [marketplace.discovery_parameters.is_active]
✅ RENDBEN: Oszlop [marketplace.discovery_parameters.last_run_at]
✅ RENDBEN: Tábla [marketplace.service_specialties] létezik.
✅ RENDBEN: Oszlop [marketplace.service_specialties.id]
✅ RENDBEN: Oszlop [marketplace.service_specialties.parent_id]
✅ RENDBEN: Oszlop [marketplace.service_specialties.name]
✅ RENDBEN: Oszlop [marketplace.service_specialties.slug]
✅ RENDBEN: Tábla [marketplace.expertise_tags] létezik.
✅ RENDBEN: Oszlop [marketplace.expertise_tags.id]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.key]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.name_hu]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.name_en]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.category]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.is_official]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.suggested_by_id]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.discovery_points]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.search_keywords]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.usage_count]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.icon]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.description]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.created_at]
✅ RENDBEN: Oszlop [marketplace.expertise_tags.updated_at]
✅ RENDBEN: Tábla [marketplace.service_providers] létezik.
✅ RENDBEN: Oszlop [marketplace.service_providers.id]
✅ RENDBEN: Oszlop [marketplace.service_providers.name]
✅ RENDBEN: Oszlop [marketplace.service_providers.address]
✅ RENDBEN: Oszlop [marketplace.service_providers.category]
✅ RENDBEN: Oszlop [marketplace.service_providers.status]
✅ RENDBEN: Oszlop [marketplace.service_providers.source]
✅ RENDBEN: Oszlop [marketplace.service_providers.validation_score]
✅ RENDBEN: Oszlop [marketplace.service_providers.evidence_image_path]
✅ RENDBEN: Oszlop [marketplace.service_providers.added_by_user_id]
✅ RENDBEN: Oszlop [marketplace.service_providers.created_at]
✅ RENDBEN: Tábla [marketplace.service_staging] létezik.
✅ RENDBEN: Oszlop [marketplace.service_staging.id]
✅ RENDBEN: Oszlop [marketplace.service_staging.name]
✅ RENDBEN: Oszlop [marketplace.service_staging.postal_code]
✅ RENDBEN: Oszlop [marketplace.service_staging.city]
✅ RENDBEN: Oszlop [marketplace.service_staging.full_address]
✅ RENDBEN: Oszlop [marketplace.service_staging.fingerprint]
✅ RENDBEN: Oszlop [marketplace.service_staging.raw_data]
✅ RENDBEN: Oszlop [marketplace.service_staging.contact_email]
✅ RENDBEN: Oszlop [marketplace.service_staging.contact_phone]
✅ RENDBEN: Oszlop [marketplace.service_staging.website]
✅ RENDBEN: Oszlop [marketplace.service_staging.external_id]
✅ RENDBEN: Oszlop [marketplace.service_staging.status]
✅ RENDBEN: Oszlop [marketplace.service_staging.created_at]
✅ RENDBEN: Oszlop [marketplace.service_staging.source]
✅ RENDBEN: Oszlop [marketplace.service_staging.description]
✅ RENDBEN: Oszlop [marketplace.service_staging.submitted_by]
✅ RENDBEN: Oszlop [marketplace.service_staging.trust_score]
✅ RENDBEN: Oszlop [marketplace.service_staging.rejection_reason]
✅ RENDBEN: Oszlop [marketplace.service_staging.published_at]
✅ RENDBEN: Oszlop [marketplace.service_staging.service_profile_id]
✅ RENDBEN: Oszlop [marketplace.service_staging.organization_id]
✅ RENDBEN: Oszlop [marketplace.service_staging.audit_trail]
✅ RENDBEN: Oszlop [marketplace.service_staging.updated_at]
✅ RENDBEN: Tábla [marketplace.service_profiles] létezik.
✅ RENDBEN: Oszlop [marketplace.service_profiles.id]
✅ RENDBEN: Oszlop [marketplace.service_profiles.organization_id]
✅ RENDBEN: Oszlop [marketplace.service_profiles.parent_id]
✅ RENDBEN: Oszlop [marketplace.service_profiles.fingerprint]
✅ RENDBEN: Oszlop [marketplace.service_profiles.location]
✅ RENDBEN: Oszlop [marketplace.service_profiles.status]
✅ RENDBEN: Oszlop [marketplace.service_profiles.last_audit_at]
✅ RENDBEN: Oszlop [marketplace.service_profiles.google_place_id]
✅ RENDBEN: Oszlop [marketplace.service_profiles.rating]
✅ RENDBEN: Oszlop [marketplace.service_profiles.user_ratings_total]
✅ RENDBEN: Oszlop [marketplace.service_profiles.rating_verified_count]
✅ RENDBEN: Oszlop [marketplace.service_profiles.rating_price_avg]
✅ RENDBEN: Oszlop [marketplace.service_profiles.rating_quality_avg]
✅ RENDBEN: Oszlop [marketplace.service_profiles.rating_time_avg]
✅ RENDBEN: Oszlop [marketplace.service_profiles.rating_communication_avg]
✅ RENDBEN: Oszlop [marketplace.service_profiles.rating_overall]
✅ RENDBEN: Oszlop [marketplace.service_profiles.last_review_at]
✅ RENDBEN: Oszlop [marketplace.service_profiles.vibe_analysis]
✅ RENDBEN: Oszlop [marketplace.service_profiles.social_links]
✅ RENDBEN: Oszlop [marketplace.service_profiles.specialization_tags]
✅ RENDBEN: Oszlop [marketplace.service_profiles.trust_score]
✅ RENDBEN: Oszlop [marketplace.service_profiles.is_verified]
✅ RENDBEN: Oszlop [marketplace.service_profiles.verification_log]
✅ RENDBEN: Oszlop [marketplace.service_profiles.opening_hours]
✅ RENDBEN: Oszlop [marketplace.service_profiles.contact_phone]
✅ RENDBEN: Oszlop [marketplace.service_profiles.contact_email]
✅ RENDBEN: Oszlop [marketplace.service_profiles.website]
✅ RENDBEN: Oszlop [marketplace.service_profiles.bio]
✅ RENDBEN: Oszlop [marketplace.service_profiles.created_at]
✅ RENDBEN: Oszlop [marketplace.service_profiles.updated_at]
✅ RENDBEN: Tábla [marketplace.votes] létezik.
✅ RENDBEN: Oszlop [marketplace.votes.id]
✅ RENDBEN: Oszlop [marketplace.votes.user_id]
✅ RENDBEN: Oszlop [marketplace.votes.provider_id]
✅ RENDBEN: Oszlop [marketplace.votes.vote_value]
✅ RENDBEN: Tábla [marketplace.ratings] létezik.
✅ RENDBEN: Oszlop [marketplace.ratings.id]
✅ RENDBEN: Oszlop [marketplace.ratings.author_id]
✅ RENDBEN: Oszlop [marketplace.ratings.target_organization_id]
✅ RENDBEN: Oszlop [marketplace.ratings.target_user_id]
✅ RENDBEN: Oszlop [marketplace.ratings.target_branch_id]
✅ RENDBEN: Oszlop [marketplace.ratings.score]
✅ RENDBEN: Oszlop [marketplace.ratings.comment]
✅ RENDBEN: Oszlop [marketplace.ratings.images]
✅ RENDBEN: Oszlop [marketplace.ratings.is_verified]
✅ RENDBEN: Oszlop [marketplace.ratings.created_at]
✅ RENDBEN: Tábla [marketplace.service_expertises] létezik.
✅ RENDBEN: Oszlop [marketplace.service_expertises.id]
✅ RENDBEN: Oszlop [marketplace.service_expertises.service_id]
✅ RENDBEN: Oszlop [marketplace.service_expertises.expertise_id]
✅ RENDBEN: Oszlop [marketplace.service_expertises.confidence_level]
✅ RENDBEN: Oszlop [marketplace.service_expertises.created_at]
✅ RENDBEN: Tábla [marketplace.service_reviews] létezik.
✅ RENDBEN: Oszlop [marketplace.service_reviews.id]
✅ RENDBEN: Oszlop [marketplace.service_reviews.service_id]
✅ RENDBEN: Oszlop [marketplace.service_reviews.user_id]
✅ RENDBEN: Oszlop [marketplace.service_reviews.transaction_id]
✅ RENDBEN: Oszlop [marketplace.service_reviews.price_rating]
✅ RENDBEN: Oszlop [marketplace.service_reviews.quality_rating]
✅ RENDBEN: Oszlop [marketplace.service_reviews.time_rating]
✅ RENDBEN: Oszlop [marketplace.service_reviews.communication_rating]
✅ RENDBEN: Oszlop [marketplace.service_reviews.comment]
✅ RENDBEN: Oszlop [marketplace.service_reviews.is_verified]
✅ RENDBEN: Oszlop [marketplace.service_reviews.created_at]
✅ RENDBEN: Oszlop [marketplace.service_reviews.updated_at]
✅ RENDBEN: Séma [system] létezik.
✅ RENDBEN: Tábla [system.badges] létezik.
✅ RENDBEN: Oszlop [system.badges.id]
✅ RENDBEN: Oszlop [system.badges.name]
✅ RENDBEN: Oszlop [system.badges.description]
✅ RENDBEN: Oszlop [system.badges.icon_url]
✅ RENDBEN: Tábla [system.competitions] létezik.
✅ RENDBEN: Oszlop [system.competitions.id]
✅ RENDBEN: Oszlop [system.competitions.name]
✅ RENDBEN: Oszlop [system.competitions.description]
✅ RENDBEN: Oszlop [system.competitions.start_date]
✅ RENDBEN: Oszlop [system.competitions.end_date]
✅ RENDBEN: Oszlop [system.competitions.is_active]
✅ RENDBEN: Tábla [system.geo_postal_codes] létezik.
✅ RENDBEN: Oszlop [system.geo_postal_codes.id]
✅ RENDBEN: Oszlop [system.geo_postal_codes.country_code]
✅ RENDBEN: Oszlop [system.geo_postal_codes.zip_code]
✅ RENDBEN: Oszlop [system.geo_postal_codes.city]
✅ RENDBEN: Tábla [system.geo_street_types] létezik.
✅ RENDBEN: Oszlop [system.geo_street_types.id]
✅ RENDBEN: Oszlop [system.geo_street_types.name]
✅ RENDBEN: Tábla [system.level_configs] létezik.
✅ RENDBEN: Oszlop [system.level_configs.id]
✅ RENDBEN: Oszlop [system.level_configs.level_number]
✅ RENDBEN: Oszlop [system.level_configs.min_points]
✅ RENDBEN: Oszlop [system.level_configs.rank_name]
✅ RENDBEN: Tábla [system.point_rules] létezik.
✅ RENDBEN: Oszlop [system.point_rules.id]
✅ RENDBEN: Oszlop [system.point_rules.action_key]
✅ RENDBEN: Oszlop [system.point_rules.points]
✅ RENDBEN: Oszlop [system.point_rules.description]
✅ RENDBEN: Oszlop [system.point_rules.is_active]
✅ RENDBEN: Tábla [system.seasons] létezik.
✅ RENDBEN: Oszlop [system.seasons.id]
✅ RENDBEN: Oszlop [system.seasons.name]
✅ RENDBEN: Oszlop [system.seasons.start_date]
✅ RENDBEN: Oszlop [system.seasons.end_date]
✅ RENDBEN: Oszlop [system.seasons.is_active]
✅ RENDBEN: Oszlop [system.seasons.created_at]
✅ RENDBEN: Tábla [system.service_staging] létezik.
✅ RENDBEN: Oszlop [system.service_staging.id]
✅ RENDBEN: Oszlop [system.service_staging.name]
✅ RENDBEN: Oszlop [system.service_staging.source]
✅ RENDBEN: Oszlop [system.service_staging.external_id]
✅ RENDBEN: Oszlop [system.service_staging.fingerprint]
✅ RENDBEN: Oszlop [system.service_staging.postal_code]
✅ RENDBEN: Oszlop [system.service_staging.city]
✅ RENDBEN: Oszlop [system.service_staging.full_address]
✅ RENDBEN: Oszlop [system.service_staging.contact_phone]
✅ RENDBEN: Oszlop [system.service_staging.website]
✅ RENDBEN: Oszlop [system.service_staging.contact_email]
✅ RENDBEN: Oszlop [system.service_staging.raw_data]
✅ RENDBEN: Oszlop [system.service_staging.status]
✅ RENDBEN: Oszlop [system.service_staging.trust_score]
✅ RENDBEN: Oszlop [system.service_staging.created_at]
✅ RENDBEN: Oszlop [system.service_staging.updated_at]
✅ RENDBEN: Oszlop [system.service_staging.read_at]
✅ RENDBEN: Oszlop [system.service_staging.data]
✅ RENDBEN: Tábla [system.staged_vehicle_data] létezik.
✅ RENDBEN: Oszlop [system.staged_vehicle_data.id]
✅ RENDBEN: Oszlop [system.staged_vehicle_data.source_url]
✅ RENDBEN: Oszlop [system.staged_vehicle_data.raw_data]
✅ RENDBEN: Oszlop [system.staged_vehicle_data.status]
✅ RENDBEN: Oszlop [system.staged_vehicle_data.error_log]
✅ RENDBEN: Oszlop [system.staged_vehicle_data.created_at]
✅ RENDBEN: Tábla [system.subscription_tiers] létezik.
✅ RENDBEN: Oszlop [system.subscription_tiers.id]
✅ RENDBEN: Oszlop [system.subscription_tiers.name]
✅ RENDBEN: Oszlop [system.subscription_tiers.rules]
✅ RENDBEN: Oszlop [system.subscription_tiers.is_custom]
✅ RENDBEN: Tábla [system.system_parameters] létezik.
✅ RENDBEN: Oszlop [system.system_parameters.id]
✅ RENDBEN: Oszlop [system.system_parameters.key]
✅ RENDBEN: Oszlop [system.system_parameters.category]
✅ RENDBEN: Oszlop [system.system_parameters.value]
✅ RENDBEN: Oszlop [system.system_parameters.scope_level]
✅ RENDBEN: Oszlop [system.system_parameters.scope_id]
✅ RENDBEN: Oszlop [system.system_parameters.is_active]
✅ RENDBEN: Oszlop [system.system_parameters.description]
✅ RENDBEN: Oszlop [system.system_parameters.last_modified_by]
✅ RENDBEN: Oszlop [system.system_parameters.updated_at]
✅ RENDBEN: Tábla [system.translations] létezik.
✅ RENDBEN: Oszlop [system.translations.id]
✅ RENDBEN: Oszlop [system.translations.key]
✅ RENDBEN: Oszlop [system.translations.lang]
✅ RENDBEN: Oszlop [system.translations.value]
✅ RENDBEN: Oszlop [system.translations.is_published]
✅ RENDBEN: Tábla [system.addresses] létezik.
✅ RENDBEN: Oszlop [system.addresses.id]
✅ RENDBEN: Oszlop [system.addresses.postal_code_id]
✅ RENDBEN: Oszlop [system.addresses.street_name]
✅ RENDBEN: Oszlop [system.addresses.street_type]
✅ RENDBEN: Oszlop [system.addresses.house_number]
✅ RENDBEN: Oszlop [system.addresses.stairwell]
✅ RENDBEN: Oszlop [system.addresses.floor]
✅ RENDBEN: Oszlop [system.addresses.door]
✅ RENDBEN: Oszlop [system.addresses.parcel_id]
✅ RENDBEN: Oszlop [system.addresses.full_address_text]
✅ RENDBEN: Oszlop [system.addresses.latitude]
✅ RENDBEN: Oszlop [system.addresses.longitude]
✅ RENDBEN: Oszlop [system.addresses.created_at]
✅ RENDBEN: Tábla [system.geo_streets] létezik.
✅ RENDBEN: Oszlop [system.geo_streets.id]
✅ RENDBEN: Oszlop [system.geo_streets.postal_code_id]
✅ RENDBEN: Oszlop [system.geo_streets.name]
✅ RENDBEN: Tábla [system.documents] létezik.
✅ RENDBEN: Oszlop [system.documents.id]
✅ RENDBEN: Oszlop [system.documents.parent_type]
✅ RENDBEN: Oszlop [system.documents.parent_id]
✅ RENDBEN: Oszlop [system.documents.doc_type]
✅ RENDBEN: Oszlop [system.documents.original_name]
✅ RENDBEN: Oszlop [system.documents.file_hash]
✅ RENDBEN: Oszlop [system.documents.file_ext]
✅ RENDBEN: Oszlop [system.documents.mime_type]
✅ RENDBEN: Oszlop [system.documents.file_size]
✅ RENDBEN: Oszlop [system.documents.has_thumbnail]
✅ RENDBEN: Oszlop [system.documents.thumbnail_path]
✅ RENDBEN: Oszlop [system.documents.uploaded_by]
✅ RENDBEN: Oszlop [system.documents.created_at]
✅ RENDBEN: Oszlop [system.documents.status]
✅ RENDBEN: Oszlop [system.documents.ocr_data]
✅ RENDBEN: Oszlop [system.documents.error_log]
✅ RENDBEN: Tábla [system.internal_notifications] létezik.
✅ RENDBEN: Oszlop [system.internal_notifications.id]
✅ RENDBEN: Oszlop [system.internal_notifications.user_id]
✅ RENDBEN: Oszlop [system.internal_notifications.title]
✅ RENDBEN: Oszlop [system.internal_notifications.message]
✅ RENDBEN: Oszlop [system.internal_notifications.category]
✅ RENDBEN: Oszlop [system.internal_notifications.priority]
✅ RENDBEN: Oszlop [system.internal_notifications.read_at]
✅ RENDBEN: Oszlop [system.internal_notifications.data]
✅ RENDBEN: Oszlop [system.internal_notifications.is_read]
✅ RENDBEN: Oszlop [system.internal_notifications.created_at]
✅ RENDBEN: Tábla [system.pending_actions] létezik.
✅ RENDBEN: Oszlop [system.pending_actions.id]
✅ RENDBEN: Oszlop [system.pending_actions.requester_id]
✅ RENDBEN: Oszlop [system.pending_actions.approver_id]
✅ RENDBEN: Oszlop [system.pending_actions.status]
✅ RENDBEN: Oszlop [system.pending_actions.action_type]
✅ RENDBEN: Oszlop [system.pending_actions.payload]
✅ RENDBEN: Oszlop [system.pending_actions.reason]
✅ RENDBEN: Oszlop [system.pending_actions.created_at]
✅ RENDBEN: Oszlop [system.pending_actions.expires_at]
✅ RENDBEN: Oszlop [system.pending_actions.processed_at]
✅ RENDBEN: Tábla [system.points_ledger] létezik.
✅ RENDBEN: Oszlop [system.points_ledger.id]
✅ RENDBEN: Oszlop [system.points_ledger.user_id]
✅ RENDBEN: Oszlop [system.points_ledger.points]
✅ RENDBEN: Oszlop [system.points_ledger.penalty_change]
✅ RENDBEN: Oszlop [system.points_ledger.reason]
✅ RENDBEN: Oszlop [system.points_ledger.created_at]
✅ RENDBEN: Tábla [system.user_badges] létezik.
✅ RENDBEN: Oszlop [system.user_badges.id]
✅ RENDBEN: Oszlop [system.user_badges.user_id]
✅ RENDBEN: Oszlop [system.user_badges.badge_id]
✅ RENDBEN: Oszlop [system.user_badges.earned_at]
✅ RENDBEN: Tábla [system.user_scores] létezik.
✅ RENDBEN: Oszlop [system.user_scores.id]
✅ RENDBEN: Oszlop [system.user_scores.user_id]
✅ RENDBEN: Oszlop [system.user_scores.competition_id]
✅ RENDBEN: Oszlop [system.user_scores.points]
✅ RENDBEN: Oszlop [system.user_scores.last_updated]
✅ RENDBEN: Tábla [system.user_stats] létezik.
✅ RENDBEN: Oszlop [system.user_stats.user_id]
✅ RENDBEN: Oszlop [system.user_stats.total_xp]
✅ RENDBEN: Oszlop [system.user_stats.social_points]
✅ RENDBEN: Oszlop [system.user_stats.current_level]
✅ RENDBEN: Oszlop [system.user_stats.penalty_points]
✅ RENDBEN: Oszlop [system.user_stats.restriction_level]
✅ RENDBEN: Oszlop [system.user_stats.penalty_quota_remaining]
✅ RENDBEN: Oszlop [system.user_stats.banned_until]
✅ RENDBEN: Oszlop [system.user_stats.updated_at]
✅ RENDBEN: Séma [vehicle] létezik.
✅ RENDBEN: Tábla [vehicle.auto_data_crawler_queue] létezik.
✅ RENDBEN: Oszlop [vehicle.auto_data_crawler_queue.id]
✅ RENDBEN: Oszlop [vehicle.auto_data_crawler_queue.url]
✅ RENDBEN: Oszlop [vehicle.auto_data_crawler_queue.level]
✅ RENDBEN: Oszlop [vehicle.auto_data_crawler_queue.category]
✅ RENDBEN: Oszlop [vehicle.auto_data_crawler_queue.parent_id]
✅ RENDBEN: Oszlop [vehicle.auto_data_crawler_queue.name]
✅ RENDBEN: Oszlop [vehicle.auto_data_crawler_queue.status]
✅ RENDBEN: Oszlop [vehicle.auto_data_crawler_queue.error_msg]
✅ RENDBEN: Oszlop [vehicle.auto_data_crawler_queue.retry_count]
✅ RENDBEN: Oszlop [vehicle.auto_data_crawler_queue.created_at]
✅ RENDBEN: Oszlop [vehicle.auto_data_crawler_queue.updated_at]
✅ RENDBEN: Tábla [vehicle.catalog_discovery] létezik.
✅ RENDBEN: Oszlop [vehicle.catalog_discovery.id]
✅ RENDBEN: Oszlop [vehicle.catalog_discovery.make]
✅ RENDBEN: Oszlop [vehicle.catalog_discovery.model]
✅ RENDBEN: Oszlop [vehicle.catalog_discovery.vehicle_class]
✅ RENDBEN: Oszlop [vehicle.catalog_discovery.market]
✅ RENDBEN: Oszlop [vehicle.catalog_discovery.model_year]
✅ RENDBEN: Oszlop [vehicle.catalog_discovery.status]
✅ RENDBEN: Oszlop [vehicle.catalog_discovery.source]
✅ RENDBEN: Oszlop [vehicle.catalog_discovery.priority_score]
✅ RENDBEN: Oszlop [vehicle.catalog_discovery.attempts]
✅ RENDBEN: Oszlop [vehicle.catalog_discovery.created_at]
✅ RENDBEN: Oszlop [vehicle.catalog_discovery.updated_at]
✅ RENDBEN: Tábla [vehicle.cost_categories] létezik.
✅ RENDBEN: Oszlop [vehicle.cost_categories.id]
✅ RENDBEN: Oszlop [vehicle.cost_categories.parent_id]
✅ RENDBEN: Oszlop [vehicle.cost_categories.code]
✅ RENDBEN: Oszlop [vehicle.cost_categories.name]
✅ RENDBEN: Oszlop [vehicle.cost_categories.description]
✅ RENDBEN: Oszlop [vehicle.cost_categories.is_system]
✅ RENDBEN: Oszlop [vehicle.cost_categories.created_at]
✅ RENDBEN: Oszlop [vehicle.cost_categories.updated_at]
✅ RENDBEN: Tábla [vehicle.gb_catalog_discovery] létezik.
✅ RENDBEN: Oszlop [vehicle.gb_catalog_discovery.id]
✅ RENDBEN: Oszlop [vehicle.gb_catalog_discovery.vrm]
✅ RENDBEN: Oszlop [vehicle.gb_catalog_discovery.make]
✅ RENDBEN: Oszlop [vehicle.gb_catalog_discovery.model]
✅ RENDBEN: Oszlop [vehicle.gb_catalog_discovery.status]
✅ RENDBEN: Oszlop [vehicle.gb_catalog_discovery.created_at]
✅ RENDBEN: Tábla [vehicle.reference_lookup] létezik.
✅ RENDBEN: Oszlop [vehicle.reference_lookup.id]
✅ RENDBEN: Oszlop [vehicle.reference_lookup.make]
✅ RENDBEN: Oszlop [vehicle.reference_lookup.model]
✅ RENDBEN: Oszlop [vehicle.reference_lookup.year]
✅ RENDBEN: Oszlop [vehicle.reference_lookup.specs]
✅ RENDBEN: Oszlop [vehicle.reference_lookup.source]
✅ RENDBEN: Oszlop [vehicle.reference_lookup.source_id]
✅ RENDBEN: Oszlop [vehicle.reference_lookup.updated_at]
✅ RENDBEN: Tábla [vehicle.vehicle_types] létezik.
✅ RENDBEN: Oszlop [vehicle.vehicle_types.id]
✅ RENDBEN: Oszlop [vehicle.vehicle_types.code]
✅ RENDBEN: Oszlop [vehicle.vehicle_types.name]
✅ RENDBEN: Oszlop [vehicle.vehicle_types.icon]
✅ RENDBEN: Oszlop [vehicle.vehicle_types.units]
✅ RENDBEN: Tábla [vehicle.feature_definitions] létezik.
✅ RENDBEN: Oszlop [vehicle.feature_definitions.id]
✅ RENDBEN: Oszlop [vehicle.feature_definitions.vehicle_type_id]
✅ RENDBEN: Oszlop [vehicle.feature_definitions.code]
✅ RENDBEN: Oszlop [vehicle.feature_definitions.name]
✅ RENDBEN: Oszlop [vehicle.feature_definitions.category]
✅ RENDBEN: Tábla [vehicle.motorcycle_specs] létezik.
✅ RENDBEN: Oszlop [vehicle.motorcycle_specs.id]
✅ RENDBEN: Oszlop [vehicle.motorcycle_specs.crawler_id]
✅ RENDBEN: Oszlop [vehicle.motorcycle_specs.full_name]
✅ RENDBEN: Oszlop [vehicle.motorcycle_specs.url]
✅ RENDBEN: Oszlop [vehicle.motorcycle_specs.raw_data]
✅ RENDBEN: Oszlop [vehicle.motorcycle_specs.created_at]
✅ RENDBEN: Oszlop [vehicle.motorcycle_specs.updated_at]
✅ RENDBEN: Tábla [vehicle.vehicle_model_definitions] létezik.
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.id]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.market]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.make]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.marketing_name]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.official_marketing_name]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.attempts]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.last_error]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.updated_at]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.priority_score]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.normalized_name]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.marketing_name_aliases]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.engine_code]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.technical_code]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.variant_code]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.version_code]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.type_approval_number]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.seats]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.width]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.wheelbase]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.list_price]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.max_speed]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.towing_weight_unbraked]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.towing_weight_braked]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.fuel_consumption_combined]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.co2_emissions_combined]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.vehicle_type_id]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.vehicle_class]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.body_type]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.fuel_type]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.trim_level]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.engine_capacity]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.power_kw]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.torque_nm]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.cylinders]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.cylinder_layout]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.curb_weight]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.max_weight]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.euro_classification]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.doors]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.transmission_type]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.drive_type]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.year_from]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.year_to]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.production_status]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.status]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.is_manual]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.source]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.raw_search_context]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.raw_api_data]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.research_metadata]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.specifications]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.created_at]
✅ RENDBEN: Oszlop [vehicle.vehicle_model_definitions.last_research_at]
✅ RENDBEN: Tábla [vehicle.external_reference_library] létezik.
✅ RENDBEN: Oszlop [vehicle.external_reference_library.id]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.source_name]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.make]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.model]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.generation]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.modification]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.year_from]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.year_to]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.power_kw]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.engine_cc]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.category]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.created_at]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.specifications]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.source_url]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.last_scraped_at]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.pipeline_status]
✅ RENDBEN: Oszlop [vehicle.external_reference_library.matched_vmd_id]
✅ RENDBEN: Tábla [vehicle.model_feature_maps] létezik.
✅ RENDBEN: Oszlop [vehicle.model_feature_maps.id]
✅ RENDBEN: Oszlop [vehicle.model_feature_maps.model_definition_id]
✅ RENDBEN: Oszlop [vehicle.model_feature_maps.feature_id]
✅ RENDBEN: Oszlop [vehicle.model_feature_maps.is_standard]
✅ RENDBEN: Tábla [vehicle.vehicle_catalog] létezik.
✅ RENDBEN: Oszlop [vehicle.vehicle_catalog.id]
✅ RENDBEN: Oszlop [vehicle.vehicle_catalog.master_definition_id]
✅ RENDBEN: Oszlop [vehicle.vehicle_catalog.make]
✅ RENDBEN: Oszlop [vehicle.vehicle_catalog.model]
✅ RENDBEN: Oszlop [vehicle.vehicle_catalog.generation]
✅ RENDBEN: Oszlop [vehicle.vehicle_catalog.year_from]
✅ RENDBEN: Oszlop [vehicle.vehicle_catalog.year_to]
✅ RENDBEN: Oszlop [vehicle.vehicle_catalog.fuel_type]
✅ RENDBEN: Oszlop [vehicle.vehicle_catalog.power_kw]
✅ RENDBEN: Oszlop [vehicle.vehicle_catalog.engine_capacity]
✅ RENDBEN: Oszlop [vehicle.vehicle_catalog.factory_data]
✅ RENDBEN: Tábla [vehicle.vehicle_odometer_states] létezik.
✅ RENDBEN: Oszlop [vehicle.vehicle_odometer_states.vehicle_id]
✅ RENDBEN: Oszlop [vehicle.vehicle_odometer_states.last_recorded_odometer]
✅ RENDBEN: Oszlop [vehicle.vehicle_odometer_states.last_recorded_date]
✅ RENDBEN: Oszlop [vehicle.vehicle_odometer_states.daily_avg_distance]
✅ RENDBEN: Oszlop [vehicle.vehicle_odometer_states.estimated_current_odometer]
✅ RENDBEN: Oszlop [vehicle.vehicle_odometer_states.confidence_score]
✅ RENDBEN: Oszlop [vehicle.vehicle_odometer_states.manual_override_avg]
✅ RENDBEN: Oszlop [vehicle.vehicle_odometer_states.created_at]
✅ RENDBEN: Oszlop [vehicle.vehicle_odometer_states.updated_at]
✅ RENDBEN: Tábla [vehicle.vehicle_user_ratings] létezik.
✅ RENDBEN: Oszlop [vehicle.vehicle_user_ratings.id]
✅ RENDBEN: Oszlop [vehicle.vehicle_user_ratings.vehicle_id]
✅ RENDBEN: Oszlop [vehicle.vehicle_user_ratings.user_id]
✅ RENDBEN: Oszlop [vehicle.vehicle_user_ratings.driving_experience]
✅ RENDBEN: Oszlop [vehicle.vehicle_user_ratings.reliability]
✅ RENDBEN: Oszlop [vehicle.vehicle_user_ratings.comfort]
✅ RENDBEN: Oszlop [vehicle.vehicle_user_ratings.consumption_satisfaction]
✅ RENDBEN: Oszlop [vehicle.vehicle_user_ratings.comment]
✅ RENDBEN: Oszlop [vehicle.vehicle_user_ratings.created_at]
✅ RENDBEN: Oszlop [vehicle.vehicle_user_ratings.updated_at]
✅ RENDBEN: Tábla [vehicle.assets] létezik.
✅ RENDBEN: Oszlop [vehicle.assets.id]
✅ RENDBEN: Oszlop [vehicle.assets.vin]
✅ RENDBEN: Oszlop [vehicle.assets.license_plate]
✅ RENDBEN: Oszlop [vehicle.assets.name]
✅ RENDBEN: Oszlop [vehicle.assets.year_of_manufacture]
✅ RENDBEN: Oszlop [vehicle.assets.first_registration_date]
✅ RENDBEN: Oszlop [vehicle.assets.current_mileage]
✅ RENDBEN: Oszlop [vehicle.assets.condition_score]
✅ RENDBEN: Oszlop [vehicle.assets.is_for_sale]
✅ RENDBEN: Oszlop [vehicle.assets.price]
✅ RENDBEN: Oszlop [vehicle.assets.currency]
✅ RENDBEN: Oszlop [vehicle.assets.catalog_id]
✅ RENDBEN: Oszlop [vehicle.assets.current_organization_id]
✅ RENDBEN: Oszlop [vehicle.assets.owner_person_id]
✅ RENDBEN: Oszlop [vehicle.assets.owner_org_id]
✅ RENDBEN: Oszlop [vehicle.assets.operator_person_id]
✅ RENDBEN: Oszlop [vehicle.assets.operator_org_id]
✅ RENDBEN: Oszlop [vehicle.assets.status]
✅ RENDBEN: Oszlop [vehicle.assets.individual_equipment]
✅ RENDBEN: Oszlop [vehicle.assets.created_at]
✅ RENDBEN: Oszlop [vehicle.assets.updated_at]
✅ RENDBEN: Tábla [vehicle.costs] létezik.
✅ RENDBEN: Oszlop [vehicle.costs.id]
✅ RENDBEN: Oszlop [vehicle.costs.vehicle_id]
✅ RENDBEN: Oszlop [vehicle.costs.organization_id]
✅ RENDBEN: Oszlop [vehicle.costs.category_id]
✅ RENDBEN: Oszlop [vehicle.costs.amount]
✅ RENDBEN: Oszlop [vehicle.costs.currency]
✅ RENDBEN: Oszlop [vehicle.costs.odometer]
✅ RENDBEN: Oszlop [vehicle.costs.date]
✅ RENDBEN: Oszlop [vehicle.costs.notes]
✅ RENDBEN: Oszlop [vehicle.costs.created_at]
✅ RENDBEN: Oszlop [vehicle.costs.updated_at]
✅ RENDBEN: Tábla [vehicle.asset_costs] létezik.
✅ RENDBEN: Oszlop [vehicle.asset_costs.id]
✅ RENDBEN: Oszlop [vehicle.asset_costs.asset_id]
✅ RENDBEN: Oszlop [vehicle.asset_costs.organization_id]
✅ RENDBEN: Oszlop [vehicle.asset_costs.cost_category]
✅ RENDBEN: Oszlop [vehicle.asset_costs.amount_net]
✅ RENDBEN: Oszlop [vehicle.asset_costs.currency]
✅ RENDBEN: Oszlop [vehicle.asset_costs.date]
✅ RENDBEN: Oszlop [vehicle.asset_costs.invoice_number]
✅ RENDBEN: Oszlop [vehicle.asset_costs.data]
✅ RENDBEN: Tábla [vehicle.asset_events] létezik.
✅ RENDBEN: Oszlop [vehicle.asset_events.id]
✅ RENDBEN: Oszlop [vehicle.asset_events.asset_id]
✅ RENDBEN: Oszlop [vehicle.asset_events.event_type]
✅ RENDBEN: Tábla [vehicle.asset_financials] létezik.
✅ RENDBEN: Oszlop [vehicle.asset_financials.id]
✅ RENDBEN: Oszlop [vehicle.asset_financials.asset_id]
✅ RENDBEN: Oszlop [vehicle.asset_financials.purchase_price_net]
✅ RENDBEN: Oszlop [vehicle.asset_financials.purchase_price_gross]
✅ RENDBEN: Oszlop [vehicle.asset_financials.vat_rate]
✅ RENDBEN: Oszlop [vehicle.asset_financials.activation_date]
✅ RENDBEN: Oszlop [vehicle.asset_financials.financing_type]
✅ RENDBEN: Oszlop [vehicle.asset_financials.accounting_details]
✅ RENDBEN: Tábla [vehicle.asset_inspections] létezik.
✅ RENDBEN: Oszlop [vehicle.asset_inspections.id]
✅ RENDBEN: Oszlop [vehicle.asset_inspections.asset_id]
✅ RENDBEN: Oszlop [vehicle.asset_inspections.inspector_id]
✅ RENDBEN: Oszlop [vehicle.asset_inspections.timestamp]
✅ RENDBEN: Oszlop [vehicle.asset_inspections.checklist_results]
✅ RENDBEN: Oszlop [vehicle.asset_inspections.is_safe]
✅ RENDBEN: Tábla [vehicle.asset_reviews] létezik.
✅ RENDBEN: Oszlop [vehicle.asset_reviews.id]
✅ RENDBEN: Oszlop [vehicle.asset_reviews.asset_id]
✅ RENDBEN: Oszlop [vehicle.asset_reviews.user_id]
✅ RENDBEN: Oszlop [vehicle.asset_reviews.overall_rating]
✅ RENDBEN: Oszlop [vehicle.asset_reviews.comment]
✅ RENDBEN: Oszlop [vehicle.asset_reviews.created_at]
✅ RENDBEN: Tábla [vehicle.asset_telemetry] létezik.
✅ RENDBEN: Oszlop [vehicle.asset_telemetry.id]
✅ RENDBEN: Oszlop [vehicle.asset_telemetry.asset_id]
✅ RENDBEN: Oszlop [vehicle.asset_telemetry.current_mileage]
✅ RENDBEN: Tábla [vehicle.vehicle_logbook] létezik.
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.id]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.asset_id]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.driver_id]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.trip_type]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.is_reimbursable]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.start_mileage]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.end_mileage]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.distance_km]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.start_lat]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.start_lng]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.end_lat]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.end_lng]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.gps_calculated_distance]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.obd_verified]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.max_acceleration]
✅ RENDBEN: Oszlop [vehicle.vehicle_logbook.average_speed]
✅ RENDBEN: Tábla [vehicle.vehicle_ownership_history] létezik.
✅ RENDBEN: Oszlop [vehicle.vehicle_ownership_history.id]
✅ RENDBEN: Oszlop [vehicle.vehicle_ownership_history.asset_id]
✅ RENDBEN: Oszlop [vehicle.vehicle_ownership_history.user_id]
✅ RENDBEN: Oszlop [vehicle.vehicle_ownership_history.acquired_at]
✅ RENDBEN: Oszlop [vehicle.vehicle_ownership_history.disposed_at]
[B IRÁNY: Adatbázis -> Kód (Extra elemek keresése)]
--------------------------------------------------
================================================================================
📊 AUDIT ÖSSZESÍTŐ
================================================================================
✅ Megfelelt (OK): 896 elem
❌ Javítva/Pótolva (Fixed): 0 elem
⚠️ Extra (Shadow Data): 0 elem
--------------------------------------------------------------------------------
✨ A RENDSZER TÖKÉLETESEN SZINKRONBAN VAN!
================================================================================