Colonnes de la table
7 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('monitoring_devices_id_seq'::...
|
🔒 |
|
device_token
|
character varying
|
NOT NULL | - | |
|
platform
|
character varying
|
NOT NULL |
'iOS'::character varying
|
|
|
device_name
|
character varying
|
NULL | - | |
|
is_active
|
boolean
|
NULL |
true
|
|
|
created_at
|
timestamp without time zone
|
NULL |
now()
|
|
|
updated_at
|
timestamp without time zone
|
NULL |
now()
|