@braindb/core
Version:
markdown-graph-content-layer-database
241 lines • 5.6 kB
JSON
{
"version": "5",
"dialect": "sqlite",
"id": "bdfd9afa-a9b5-43d3-adf6-1c266588e40c",
"prevId": "23036ee6-9818-446a-9cee-3bc44c17e1a5",
"tables": {
"documents": {
"name": "documents",
"columns": {
"id": {
"name": "id",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": true
},
"path": {
"name": "path",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"frontmatter": {
"name": "frontmatter",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"ast": {
"name": "ast",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"mtime": {
"name": "mtime",
"type": "real",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"checksum": {
"name": "checksum",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"slug": {
"name": "slug",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"url": {
"name": "url",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"updated_at": {
"name": "updated_at",
"type": "integer",
"primaryKey": false,
"notNull": true,
"autoincrement": false,
"default": 0
},
"revision": {
"name": "revision",
"type": "integer",
"primaryKey": false,
"notNull": true,
"autoincrement": false,
"default": 0
}
},
"indexes": {
"slug": {
"name": "slug",
"columns": [
"slug"
],
"isUnique": false
},
"url": {
"name": "url",
"columns": [
"url"
],
"isUnique": false
},
"path": {
"name": "path",
"columns": [
"path"
],
"isUnique": true
}
},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {}
},
"links": {
"name": "links",
"columns": {
"id": {
"name": "id",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": true
},
"from": {
"name": "from",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"to": {
"name": "to",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"start": {
"name": "start",
"type": "integer",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"to_slug": {
"name": "to_slug",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"to_url": {
"name": "to_url",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"to_path": {
"name": "to_path",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"to_anchor": {
"name": "to_anchor",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"label": {
"name": "label",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"line": {
"name": "line",
"type": "integer",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"column": {
"name": "column",
"type": "integer",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"revision": {
"name": "revision",
"type": "integer",
"primaryKey": false,
"notNull": true,
"autoincrement": false,
"default": 0
}
},
"indexes": {
"to_slug": {
"name": "to_slug",
"columns": [
"to_slug"
],
"isUnique": false
},
"to_url": {
"name": "to_url",
"columns": [
"to_url"
],
"isUnique": false
},
"to_path": {
"name": "to_path",
"columns": [
"to_path"
],
"isUnique": false
},
"from_start": {
"name": "from_start",
"columns": [
"from",
"start"
],
"isUnique": true
}
},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {}
}
},
"enums": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
}
}