Evidence Referenced
Data license: Public court records
0 rows where filing_id = 19
This data as json
0 records
CREATE TABLE evidence_referenced (
evidence_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
evidence TEXT
);