core_remoteartifact

16 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
pulp_id uuid 2147483647 null
pulp_created timestamptz 35,6 null
pulp_last_updated timestamptz 35,6 null
url text 2147483647 null
size int8 19 null
md5 varchar 32 null
sha1 varchar 40 null
sha224 varchar 56 null
sha256 varchar 64 null
sha384 varchar 96 null
sha512 varchar 128 null
content_artifact_id uuid 2147483647 null
core_contentartifact.pulp_id core_remoteartifact_content_artifact_id_54377af5_fk_core_contR
remote_id uuid 2147483647 null
core_remote.pulp_id core_remoteartifact_remote_id_af9354ce_fk_core_remote_pulp_idR

Indexes

Constraint Name Type Sort Column(s)
core_remoteartifact_pkey Primary key Asc pulp_id
core_remoteartifact_content_artifact_id_54377af5 Performance Asc content_artifact_id
core_remoteartifact_content_artifact_id_remote_id_be64c19e_uniq Must be unique Asc/Asc content_artifact_id + remote_id
core_remoteartifact_remote_id_af9354ce Performance Asc remote_id

Relationships