콘텐츠로 이동

새 데이터베이스

Schema

CREATE TABLE IF NOT EXISTS "collection://31fe313f-58b9-804b-b453-000bac312cc0" (
    url TEXT UNIQUE,
    createdTime TEXT, -- ISO-8601 datetime string, automatically set. This is the canonical time for when the page was created.
    "직급" TEXT,
    "과정" TEXT,
    "직무" TEXT,
    "이름" TEXT
)

Views

{
  "views": [
    {
      "url": "view://31fe313f-58b9-8057-b135-000c4b83e65f",
      "dataSourceUrl": "collection://31fe313f-58b9-804b-b453-000bac312cc0",
      "displayProperties": [
        "이름",
        "직무",
        "직급",
        "과정"
      ],
      "name": "",
      "type": "table"
    }
  ]
}

Rows