document
- case_number
- Foreign key to filing.case_number.
- created_at
- Scrape timestamp.
- document
- Name or short description of the document.
- url
- URL to the document on nlrb.gov.
8,076 rows
Suggested facets: document, created_at, created_at (date)
Table schema
CREATE TABLE "document"(case_number VARCHAR, "document" VARCHAR, url VARCHAR, created_at TIMESTAMP, FOREIGN KEY (case_number) REFERENCES filing(case_number));