خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_sales CHANGE COLUMN `id` id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, lead_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_sales CHANGE COLUMN `unit_id` unit_id BIGINT UNSIGNED NOT NULL DEFAULT 0, project_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'DECIMAL(18,2) NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_sales CHANGE COLUMN `agent_user_id` agent_user_id BIGINT UNSIGNED NOT NULL DEFAULT 0, sale_value DECIMAL(18,2) NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE aqarprefix_afcrm_sales ADD `` (``)

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_compensation CHANGE COLUMN `id` id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, sale_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_compensation CHANGE COLUMN `employee_id` employee_id BIGINT UNSIGNED NOT NULL DEFAULT 0, employee_user_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [Invalid default value for 'amount']
ALTER TABLE aqarprefix_afcrm_compensation ALTER COLUMN `amount` SET DEFAULT 'pending'

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'DATETIME NULL' at line 1]
ALTER TABLE aqarprefix_afcrm_compensation CHANGE COLUMN `approved_by` approved_by BIGINT UNSIGNED NOT NULL DEFAULT 0, paid_at DATETIME NULL

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE aqarprefix_afcrm_compensation ADD `` (``)

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL' at line 1]
ALTER TABLE aqarprefix_afcrm_transport CHANGE COLUMN `id` id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, employee_id BIGINT UNSIGNED NOT NULL

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_transport CHANGE COLUMN `employee_user_id` employee_user_id BIGINT UNSIGNED NOT NULL DEFAULT 0, lead_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [Invalid default value for 'visit_datetime']
ALTER TABLE aqarprefix_afcrm_transport ALTER COLUMN `visit_datetime` SET DEFAULT ''

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'TEXT NULL, created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL' at line 1]
ALTER TABLE aqarprefix_afcrm_transport CHANGE COLUMN `approved_by` approved_by BIGINT UNSIGNED NOT NULL DEFAULT 0, approval_note TEXT NULL, created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE aqarprefix_afcrm_transport ADD `` (``)

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL' at line 1]
ALTER TABLE aqarprefix_afcrm_expenses CHANGE COLUMN `id` id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, employee_id BIGINT UNSIGNED NOT NULL

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_expenses CHANGE COLUMN `employee_user_id` employee_user_id BIGINT UNSIGNED NOT NULL DEFAULT 0, sale_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'VARCHAR(80) NOT NULL DEFAULT ''' at line 1]
ALTER TABLE aqarprefix_afcrm_expenses CHANGE COLUMN `lead_id` lead_id BIGINT UNSIGNED NOT NULL DEFAULT 0, category VARCHAR(80) NOT NULL DEFAULT ''

خطأ فى قاعدة بيانات ووردبريس: [Invalid default value for 'lead_id']
ALTER TABLE aqarprefix_afcrm_expenses ALTER COLUMN `lead_id` SET DEFAULT ''

خطأ فى قاعدة بيانات ووردبريس: [Invalid default value for 'expense_date']
ALTER TABLE aqarprefix_afcrm_expenses ALTER COLUMN `expense_date` SET DEFAULT 'pending'

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_expenses CHANGE COLUMN `current_approver_user_id` current_approver_user_id BIGINT UNSIGNED NOT NULL DEFAULT 0, approved_by BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE aqarprefix_afcrm_expenses ADD `` (``)

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL' at line 1]
ALTER TABLE aqarprefix_afcrm_lead_files CHANGE COLUMN `id` id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, lead_id BIGINT UNSIGNED NOT NULL

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_lead_files CHANGE COLUMN `attachment_id` attachment_id BIGINT UNSIGNED NOT NULL, uploaded_by_user_id BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL' at line 1]
ALTER TABLE aqarprefix_afcrm_upload_tokens CHANGE COLUMN `id` id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, lead_id BIGINT UNSIGNED NOT NULL

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BIGINT UNSIGNED NOT NULL DEFAULT 0' at line 1]
ALTER TABLE aqarprefix_afcrm_upload_tokens CHANGE COLUMN `upload_count` upload_count INT NOT NULL DEFAULT 0, created_by BIGINT UNSIGNED NOT NULL DEFAULT 0

خطأ فى قاعدة بيانات ووردبريس: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE aqarprefix_afcrm_upload_tokens ADD `` (``)

الوحدات – الصفحة 48 – افضل عقار

أفضل عقار

الوحدات المتاحة

قارن بسرعة بين الخيارات المتاحة، وشوف السعر والمقدم والمساحة قبل التواصل.

فلتر الوحدات2٬229 نتيجة
مسح

بحث بالخريطة

ابحث عن الوحدات حسب موقع المشروع

موقع كل وحدة يُجلب تلقائيًا من المشروع المرتبطة به.

جارٍ تحميل المواقع…

الأرقام داخل الدوائر هي عدد المشروعات المجمّعة، وليست عدد المواقع الإجمالي.

موقع دقيق موقع تقريبي داخل المنطقة