User Table Data

Raw data from the user table in the database

Table: user

Schema: public | Primary Key: id (UUIDv7) | 22 columns

ColumnTypeValue
id
Primary key (UUIDv7)
text019bfa1d-5d22-7879-b836-060e733e79be
email
Unique email address
textcrawler@tucasabenidorm.com
name
User first name
textTuCasaBenidorm.com: Publicita aquí tu venta, gestionada como propia. Propiedades selectas, dedicación total, VENTA segura.
surname
User surname (optional)
text
phone
Phone number (optional)
text
image
Profile image (ImageRefData)
jsonb
language
Preferred language (en/es/pt)
textes
google_id
Google OAuth ID (unique)
text
apple_id
Apple Sign-In ID (unique)
text
date_of_birth
Date of birth
date
professional
Is professional seller
booleantrue
status
Account status (active/blocked/deactivated/deleted)
textactive
country_id
Country reference (FK)
textES
latitude
Location latitude
double
longitude
Location longitude
double
show_phone
Display phone to others
booleanfalse
chat_whitelist
Only contacts can chat
booleanfalse
ip
Last known IP address
text
last_active_at
Last activity timestamp
timestamp
staff_id
Linked staff account (FK)
text
created_at
Account creation time
timestamp2026-03-22T19:18:48.193Z
updated_at
Last update time
timestamp2026-03-22T19:18:48.193Z

JSON Export

{
  "id": "019bfa1d-5d22-7879-b836-060e733e79be",
  "user_old_id": null,
  "email": "crawler@tucasabenidorm.com",
  "is_active": true,
  "name": "TuCasaBenidorm.com: Publicita aquí tu venta, gestionada como propia. Propiedades selectas, dedicación total, VENTA segura.",
  "surname": null,
  "phone": null,
  "image": null,
  "language": "es",
  "google_id": null,
  "apple_id": null,
  "date_of_birth": null,
  "professional": true,
  "slug": "tucasabenidormcom-publicita-aqui-tu-venta-gestionada-como-propia-propiedades-selectas-dedicacion-total-venta-segura",
  "website_url": "https://www.tucasabenidorm.com",
  "status": "active",
  "country_id": "ES",
  "latitude": null,
  "longitude": null,
  "show_phone": false,
  "chat_whitelist": false,
  "ip": null,
  "last_active_at": null,
  "staff_id": null,
  "force_phone": false,
  "force_age": false,
  "face_age": null,
  "credits": 0,
  "created_at": "2026-03-22T19:18:48.193Z",
  "updated_at": "2026-03-22T19:18:48.193Z"
}