Colonnes de la table
11 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('devices_id_seq'::regclass)
|
🔒 |
|
user_id
|
integer
|
NOT NULL | - | |
|
device_token
|
character varying
|
NOT NULL | - | |
|
platform
|
character varying
|
NOT NULL | - | |
|
device_name
|
character varying
|
NULL | - | |
|
device_model
|
character varying
|
NULL | - | |
|
app_version
|
character varying
|
NULL | - | |
|
is_active
|
boolean
|
NULL |
true
|
|
|
created_at
|
timestamp without time zone
|
NULL |
now()
|
|
|
updated_at
|
timestamp without time zone
|
NULL |
now()
|
|
|
last_active
|
timestamp without time zone
|
NULL |
now()
|