Prefer extensionless URLs.
[xhtml-compiler.git] / schema.yml
blobeb47c1d52933355e153eb421b07cc5f309ba2398
1 ---
3 Comment:
4   columns:
5     id:
6         type: integer
7         primary: true
8         autoincrement: true
9     username: string
10     time: timestamp
11     ip: string
12     parent_id: integer
13     content: clob
14   relations:
15     Parent:
16       class: Comment
17       local: parent_id
18       foreign: id