law_appendix
Data license: 비공개
1 row where law_master_id = 95
This data as json, CSV (advanced)
Suggested facets: collected_at (date)
| id ▼ | law_master_id | appendix_no | appendix_branch_no | appendix_type | appendix_title | attachment_name | appendix_text | extra | collected_at |
|---|---|---|---|---|---|---|---|---|---|
| 6355 | 95 95 | 0001 | 00 | 서식 | 별표 | http://www.law.go.kr/flDownload.do?gubun=ELIS&flSeq=159805459&flNm=%EB%B3%84%ED%91%9C | {"별표제목": "별표", "별표첨부파일구분": "hwpx", "별표첨부파일명": "http://www.law.go.kr/flDownload.do?gubun=ELIS&flSeq=159805459&flNm=%EB%B3%84%ED%91%9C", "별표번호": "0001", "별표키": "21249375", "별표내용": "", "별표구분": "서식", "별표가지번호": "00"} | 2026-06-27 00:55:33 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE law_appendix (
id INTEGER PRIMARY KEY AUTOINCREMENT,
law_master_id INTEGER NOT NULL REFERENCES law_master(id) ON DELETE CASCADE,
appendix_no TEXT,
appendix_branch_no TEXT,
appendix_type TEXT,
appendix_title TEXT,
attachment_name TEXT,
appendix_text TEXT,
extra TEXT,
collected_at TEXT NOT NULL,
UNIQUE(law_master_id, appendix_no, appendix_branch_no, appendix_title)
);
CREATE INDEX idx_law_appendix_master
ON law_appendix(law_master_id);