ur_transform_list_container_ports

Column Type PK Required Default
uniform_resource_id TEXT No No
name No No
hostIdentifier No No
id No No
host_ip No No
host_port No No
port No No
type No No

Foreign Keys

No data

Indexes

No data

SQL DDL

CREATE TABLE ur_transform_list_container_ports(
  uniform_resource_id TEXT,
  name,
  hostIdentifier,
  id,
  host_ip,
  host_port,
  port,
  type
)