attachment
- attachment_id
- Primary key.
- file_description
- Free-text description of the attachment.
- file_urls
- URL(s) to download the attachment from OLMS.
- filename
- Filename of the attachment.
- rptId
- Foreign key to filing.rptId.
937 rows
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "attachment" ( [rptId] INTEGER REFERENCES [filing]([rptId]), [attachment_id] INTEGER PRIMARY KEY, [filename] TEXT, [file_description] TEXT, [file_urls] TEXT );