ur_transform_list_container

Column Type PK Required Default
uniform_resource_id TEXT No No
name No No
hostIdentifier No No
id No No
pid No No
container_name No No
image No No
image_id No No
status No No
state No No
created No No

Foreign Keys

No data

Indexes

No data

SQL DDL

CREATE TABLE ur_transform_list_container(
  uniform_resource_id TEXT,
  name,
  hostIdentifier,
  id,
  pid,
  container_name,
  image,
  image_id,
  status,
  state,
  created
)