home / civic

Menu
  • Log in

trip_participants

Data license: 비공개

✎ View and edit SQL

This data as json

0 records

CREATE TABLE trip_participants (
    id             INTEGER PRIMARY KEY AUTOINCREMENT,
    trip_id        INTEGER NOT NULL REFERENCES overseas_trips(id),
    person_name    TEXT NOT NULL,
    position       TEXT,                     -- 직책
    org            TEXT,                     -- 소속 기관
    amount         INTEGER,                  -- 개인 부담 비용 (원)
    extra          TEXT,                     -- JSON
    collected_at   TEXT NOT NULL
);
Powered by Datasette · Queries took 7.533ms · Data license: 비공개