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-5d14-7d6b-a347-500b42232b6e
email
Unique email address
textcrawler@germajuli.com
name
User first name
textInmobiliaria Germà Juli
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-23T05:49:19.378Z
updated_at
Last update time
timestamp2026-03-23T05:49:19.378Z

JSON Export

{
  "id": "019bfa1d-5d14-7d6b-a347-500b42232b6e",
  "user_old_id": null,
  "email": "crawler@germajuli.com",
  "is_active": true,
  "name": "Inmobiliaria Germà Juli",
  "surname": null,
  "phone": null,
  "image": null,
  "language": "es",
  "google_id": null,
  "apple_id": null,
  "date_of_birth": null,
  "professional": true,
  "slug": "inmobiliaria-germa-juli",
  "website_url": "https://www.germajuli.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-23T05:49:19.378Z",
  "updated_at": "2026-03-23T05:49:19.378Z"
}