_templates_
This data as json
0 records
CREATE TABLE _templates_ ( [id] INTEGER PRIMARY KEY, [template] TEXT, [created] TEXT, [body] TEXT ); CREATE INDEX idx_template_created ON _templates_(template, created);
This data as json
0 records
CREATE TABLE _templates_ ( [id] INTEGER PRIMARY KEY, [template] TEXT, [created] TEXT, [body] TEXT ); CREATE INDEX idx_template_created ON _templates_(template, created);