Database Schema
(Edit this document) (Create subordinate document)
Her vises structuren i CMS-databasen vist som en SQL CREATE:
sqlite> .schema
CREATE TABLE IF NOT EXISTS "docs" (id integer primary key, title text not null,
body text, last_edit timestamp default CURRENT_TIMESTAMP, refresh_rate integer default 0,
parent_doc integer default 1, protected integer default 0, is_formatted int default 0,
formatted text, author text, locked_until real default 0);
Last update (UTC): 2024-01-04 14:02:57 by 192.168.2.160 - Docid: 35 - Parent docid: 14 Download docx