exam

6개 컬럼 · 56 kB

행 수
64
참조하는 테이블
1
이 테이블 → 다른 테이블
참조받는 테이블
1
다른 테이블 → 이 테이블
사용하는 API
0
아직 쓰이지 않음

컬럼

이름타입NULL기본값
idintegerNOT NULLnextval('exam_id_seq'::regclass)
unit_idintegerNOT NULL
type_codecharacter(1)NOT NULL
question_countsmallintNOT NULL0
pass_scoresmallint70
created_attimestamp without time zonenow()

관계

참조함 →
← 참조받음

제약 · 인덱스

  • FOREIGN KEY (unit_id) REFERENCES unit(id) ON DELETE CASCADE
  • PRIMARY KEY (id)
  • UNIQUE (unit_id, type_code)
  • exam_pkey
  • exam_unit_id_type_code_key
  • idx_exam_unit

이 테이블을 쓰는 API (0)

아직 이 테이블을 조회하는 엔드포인트가 없습니다.

샘플 데이터 (최근 5행)

idunit_idtype_codequestion_countpass_scorecreated_at
12262B20702026-08-20 06:41:40
12162A20702026-08-20 06:41:40
12061B20702026-08-20 06:41:40
11961A20702026-08-20 06:41:40
11860B20702026-08-20 06:41:40