parent
2722b1e282
commit
226580f088
|
@ -2,3 +2,4 @@ CREATE TABLE IF NOT EXISTS raw_text (
|
||||||
id INTEGER PRIMARY KEY REFERENCES posts(id) ON DELETE CASCADE,
|
id INTEGER PRIMARY KEY REFERENCES posts(id) ON DELETE CASCADE,
|
||||||
post_text BLOB,
|
post_text BLOB,
|
||||||
markup TEXT
|
markup TEXT
|
||||||
|
);
|
||||||
|
|
Loading…
Reference in New Issue