22Teikk / DATN_BE

0 stars 0 forks source link

Users #2

Closed 22Teikk closed 4 weeks ago

22Teikk commented 1 month ago
Thuộc tính Kiểu dữ liệu Mặc định Ví dụ Mô tả Bắt buộc
_id str ObjectId("...") ID duy nhất của người dùng true
username str user123 Tên người dùng true
password str hashed_password Mật khẩu (đã mã hóa) true
email str user@example.com Địa chỉ email của người dùng true
phone_number str 0123456789 Số điện thoại của người dùng false
address str 123 Main St, City Địa chỉ của người dùng false
role str client admin Vai trò của người dùng (admin/client) true
created_at str current time 2024-07-08 21:44:35 Thời gian tạo bản ghi true
updated_at str current time 2024-07-08 21:44:35 Thời gian cập nhật bản ghi true