```json { "customer_id": "string (unique)", "phone_number": "string (primary key)", "full_name": "string", "car_model": "string (مدل خودرو)", "car_plate": "string (پلاک خودرو)", "car_year": "integer (سال ساخت)", "service_type": "string (نوع خدمات: صافکاری/نقاشی/صافکاری PDR)", "damage_description": "string (توضیحات آسیب)", "last_service_date": "datetime", "next_service_date": "datetime (محاسبه‌شده بر اساس چرخه سرویس)", "loyalty_points": "integer", "total_visits": "integer", "total_spent": "integer (مبلغ کل پرداختی)", "last_reminder_sent": "datetime", "preferred_contact_method": "enum ['sms', 'bale']", "consent_to_marketing": "boolean", "birth_date": "date (برای ارسال پیامک تبریک تولد)", "created_at": "datetime", "updated_at": "datetime" } ```