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-5d18-735d-90ff-d99a4fe68ad1
email
Unique email address
textcrawler@distrito10.com
name
User first name
textDistrito 10
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-23T06:08:57.271Z
updated_at
Last update time
timestamp2026-03-23T06:08:57.271Z

JSON Export

{
  "id": "019bfa1d-5d18-735d-90ff-d99a4fe68ad1",
  "user_old_id": null,
  "email": "crawler@distrito10.com",
  "is_active": true,
  "name": "Distrito 10",
  "surname": null,
  "phone": null,
  "image": null,
  "language": "es",
  "google_id": null,
  "apple_id": null,
  "date_of_birth": null,
  "professional": true,
  "slug": "distrito-10",
  "website_url": "https://www.distrito10.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-23T06:08:57.271Z",
  "updated_at": "2026-03-23T06:08:57.271Z"
}