Untitled
unknown
sql
a year ago
621 B
1
Indexable
Never
satellites=> \d+ satellite_regionhotel Table "public.satellite_regionhotel" Column | Type | Modifiers | Storage | Stats target | Description -------------+--------+-----------+----------+--------------+------------- region_id | bigint | not null | plain | | hotel_slugs | text[] | not null | extended | | Indexes: "satellite_regionhotel_pkey" PRIMARY KEY, btree (region_id) Foreign-key constraints: "satellite_regionhotel_region_id_089e4d75_fk_satellite_region_id" FOREIGN KEY (region_id) REFERENCES satellite_region(id) DEFERRABLE INITIALLY DEFERRED