Appellate Issues
Data license: Public court records
0 rows where filing_id = 15
This data as json
0 records
CREATE TABLE appellate_issues (
appellate_issue_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
point_of_error TEXT,
standard_of_review TEXT
);