Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldTypeConstraintsDescription
id
bigintPRIMARY KEY, AUTO INCREMENT
A unique numeric id for this resource.
fedora_id
          varchar(503)
NOT NULL, UNIQUE KEY
The internal ID of the resource.
createddatetimeNOT NULLThe datetime the resource was created.
modifieddatetimeNOT NULLThe datetime the resource was last modified.
content_sizebigint
The size of the content.
mime_typevarchar(255)
The mime-type of the resource

...

This index links resources from the simple_search table to rdf types in the search_rdf_types table.

FieldTypeConstraintsDescription
resource_id
bigintNOT NULL, FOREIGN KEY REFERENCES simple_search (id)ID from the simple_search table
rdf_type_idbigintNOT NULL, FOREIGN KEY REFERENCES rdf_type_uri (id)ID from the search_rdf_type table