instiki/db/pages.erbsql

7 lines
169 B
Plaintext
Raw Normal View History

2005-08-02 09:58:22 +02:00
CREATE TABLE pages (
id <%= @pk %>,
created_at <%= @datetime %> NOT NULL,
updated_at <%= @datetime %> NOT NULL,
web_id INTEGER NOT NULL
) <%= create_options %>;