| 1 |
0.45 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.google AS google_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.legal_name AS legal_name_7, t0.sex AS sex_8, t0.account_type AS account_type_9, t0.nin AS nin_10, t0.status AS status_11, t0.is_suspended AS is_suspended_12, t0.roles AS roles_13, t0.balance AS balance_14, t0.is_subscribed AS is_subscribed_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.language_id AS language_id_18, t19.id AS id_20, t19.phone_number AS phone_number_21, t19.status AS status_22, t19.code AS code_23, t19.ip_address AS ip_address_24, t19.created_at AS created_at_25, t19.updated_at AS updated_at_26, t19.landlord_id AS landlord_id_27 FROM ax_landlord t0 LEFT JOIN ax_landlord_phone t19 ON t19.landlord_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.google AS google_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.legal_name AS legal_name_7, t0.sex AS sex_8, t0.account_type AS account_type_9, t0.nin AS nin_10, t0.status AS status_11, t0.is_suspended AS is_suspended_12, t0.roles AS roles_13, t0.balance AS balance_14, t0.is_subscribed AS is_subscribed_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.language_id AS language_id_18, t19.id AS id_20, t19.phone_number AS phone_number_21, t19.status AS status_22, t19.code AS code_23, t19.ip_address AS ip_address_24, t19.created_at AS created_at_25, t19.updated_at AS updated_at_26, t19.landlord_id AS landlord_id_27 FROM ax_landlord t0 LEFT JOIN ax_landlord_phone t19 ON t19.landlord_id = t0.id WHERE t0.id = 1;
|
| 2 |
0.69 ms |
SELECT a0_.id AS id_0, a0_.email AS email_1, a0_.google AS google_2, a0_.password AS password_3, a0_.first_name AS first_name_4, a0_.last_name AS last_name_5, a0_.legal_name AS legal_name_6, a0_.sex AS sex_7, a0_.account_type AS account_type_8, a0_.nin AS nin_9, a0_.status AS status_10, a0_.is_suspended AS is_suspended_11, a0_.roles AS roles_12, a0_.balance AS balance_13, a0_.is_subscribed AS is_subscribed_14, a0_.created_at AS created_at_15, a0_.updated_at AS updated_at_16, a0_.language_id AS language_id_17 FROM ax_tenant a0_ WHERE a0_.id IN (?)
SELECT a0_.id AS id_0, a0_.email AS email_1, a0_.google AS google_2, a0_.password AS password_3, a0_.first_name AS first_name_4, a0_.last_name AS last_name_5, a0_.legal_name AS legal_name_6, a0_.sex AS sex_7, a0_.account_type AS account_type_8, a0_.nin AS nin_9, a0_.status AS status_10, a0_.is_suspended AS is_suspended_11, a0_.roles AS roles_12, a0_.balance AS balance_13, a0_.is_subscribed AS is_subscribed_14, a0_.created_at AS created_at_15, a0_.updated_at AS updated_at_16, a0_.language_id AS language_id_17 FROM ax_tenant a0_ WHERE a0_.id IN ('1');
|
| 4 |
0.29 ms |
SELECT t0.id AS id_1, t0.cadastral_id AS cadastral_id_2, t0.cadastral_type AS cadastral_type_3, t0.address AS address_4, t0.use_for AS use_for_5, t0.land_area AS land_area_6, t0.area AS area_7, t0.ownership AS ownership_8, ST_AsText(t0.multipolygon_moldref) AS multipolygon_moldref_9, ST_AsText(t0.multipolygon) AS multipolygon_10, ST_AsText(t0.centroid) AS centroid_11, t0.administrative_area_level_one AS administrative_area_level_one_12, t0.administrative_area_level_one_slug AS administrative_area_level_one_slug_13, t0.administrative_area_level_two AS administrative_area_level_two_14, t0.locality_long_name AS locality_long_name_15, t0.locality_long_name_slug AS locality_long_name_slug_16, t0.sublocality AS sublocality_17, t0.route AS route_18, t0.street_number AS street_number_19, t0.formatted_address AS formatted_address_20, t0.lat AS lat_21, t0.lng AS lng_22, t0.place_id AS place_id_23, t0.price AS price_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26, t0.landlord_id AS landlord_id_27, t0.tenant_id AS tenant_id_28 FROM ax_property t0 WHERE t0.cadastral_id = ? LIMIT 2
Parameters: [
"0121107.0183"
]
SELECT t0.id AS id_1, t0.cadastral_id AS cadastral_id_2, t0.cadastral_type AS cadastral_type_3, t0.address AS address_4, t0.use_for AS use_for_5, t0.land_area AS land_area_6, t0.area AS area_7, t0.ownership AS ownership_8, ST_AsText(t0.multipolygon_moldref) AS multipolygon_moldref_9, ST_AsText(t0.multipolygon) AS multipolygon_10, ST_AsText(t0.centroid) AS centroid_11, t0.administrative_area_level_one AS administrative_area_level_one_12, t0.administrative_area_level_one_slug AS administrative_area_level_one_slug_13, t0.administrative_area_level_two AS administrative_area_level_two_14, t0.locality_long_name AS locality_long_name_15, t0.locality_long_name_slug AS locality_long_name_slug_16, t0.sublocality AS sublocality_17, t0.route AS route_18, t0.street_number AS street_number_19, t0.formatted_address AS formatted_address_20, t0.lat AS lat_21, t0.lng AS lng_22, t0.place_id AS place_id_23, t0.price AS price_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26, t0.landlord_id AS landlord_id_27, t0.tenant_id AS tenant_id_28 FROM ax_property t0 WHERE t0.cadastral_id = '0121107.0183' LIMIT 2;
|
| 6 |
0.50 ms |
INSERT INTO ax_property (cadastral_id, cadastral_type, address, use_for, land_area, area, ownership, multipolygon_moldref, multipolygon, centroid, administrative_area_level_one, administrative_area_level_one_slug, administrative_area_level_two, locality_long_name, locality_long_name_slug, sublocality, route, street_number, formatted_address, lat, lng, place_id, price, created_at, updated_at, landlord_id, tenant_id) VALUES (?, ?, ?, ?, ?, ?, ?, ST_MPolyFromText(?), ST_MPolyFromText(?), ST_PointFromText(?), ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"0121107.0183"
"Teren"
""
""
10
5.0
""
"MULTIPOLYGON(((0.0 0.0,0.1 0.0,0.1 0.1,0.0 0.0)))"
"MULTIPOLYGON(((0.0 0.0,0.1 0.0,0.1 0.1,0.0 0.0)))"
"POINT(0.000000 0.000000)"
"Mun. Chișinău"
"mun-chisinau"
null
"Chișinău"
"chisinau"
null
null
null
"Piața Marii Adunări Naționale, Bulevardul Ștefan cel Mare și Sfânt, Chișinău, Moldova"
"47.024629755338104"
"28.832583784462724"
"ChIJ3cMp9zN8yUARXgrmbUzlOoY"
null
"2026-06-05 14:03:02"
null
1
1
]
INSERT INTO ax_property (
cadastral_id, cadastral_type, address,
use_for, land_area, area, ownership,
multipolygon_moldref, multipolygon,
centroid, administrative_area_level_one,
administrative_area_level_one_slug,
administrative_area_level_two,
locality_long_name, locality_long_name_slug,
sublocality, route, street_number,
formatted_address, lat, lng, place_id,
price, created_at, updated_at, landlord_id,
tenant_id
)
VALUES
(
?,
?,
?,
?,
?,
?,
?,
ST_MPolyFromText(?),
ST_MPolyFromText(?),
ST_PointFromText(?),
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?
)
INSERT INTO ax_property (cadastral_id, cadastral_type, address, use_for, land_area, area, ownership, multipolygon_moldref, multipolygon, centroid, administrative_area_level_one, administrative_area_level_one_slug, administrative_area_level_two, locality_long_name, locality_long_name_slug, sublocality, route, street_number, formatted_address, lat, lng, place_id, price, created_at, updated_at, landlord_id, tenant_id) VALUES ('0121107.0183', 'Teren', '', '', 10, 5, '', ST_MPolyFromText('MULTIPOLYGON(((0.0 0.0,0.1 0.0,0.1 0.1,0.0 0.0)))'), ST_MPolyFromText('MULTIPOLYGON(((0.0 0.0,0.1 0.0,0.1 0.1,0.0 0.0)))'), ST_PointFromText('POINT(0.000000 0.000000)'), 'Mun. Chișinău', 'mun-chisinau', NULL, 'Chișinău', 'chisinau', NULL, NULL, NULL, 'Piața Marii Adunări Naționale, Bulevardul Ștefan cel Mare și Sfânt, Chișinău, Moldova', '47.024629755338104', '28.832583784462724', 'ChIJ3cMp9zN8yUARXgrmbUzlOoY', NULL, '2026-06-05 14:03:02', NULL, 1, 1);
|