mirror of
https://github.com/simonw/datasette.git
synced 2026-07-08 16:44:34 +02:00
Updated internals.rst schema using cog, refs #2827
This commit is contained in:
parent
db7ba1d30c
commit
a926ab392e
1 changed files with 8 additions and 0 deletions
|
|
@ -2363,6 +2363,14 @@ The internal database schema is as follows:
|
|||
|
||||
.. code-block:: sql
|
||||
|
||||
CREATE TABLE "_sqlite_migrations" (
|
||||
"id" INTEGER PRIMARY KEY,
|
||||
"migration_set" TEXT,
|
||||
"name" TEXT,
|
||||
"applied_at" TEXT
|
||||
);
|
||||
CREATE UNIQUE INDEX "idx__sqlite_migrations_migration_set_name"
|
||||
ON "_sqlite_migrations" ("migration_set", "name");
|
||||
CREATE TABLE catalog_databases (
|
||||
database_name TEXT PRIMARY KEY,
|
||||
path TEXT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue