Difference between revisions of "User:Woozle/PostFerret/sql"
< User:Woozle | PostFerret
Jump to navigation
Jump to search
(what I meant to put here originally) |
(Rules) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ==Rules== | ||
+ | * An {{l/sub|atom}} is a place-holder for any type of content. | ||
+ | * Every content-type has a {{l/sub|class}}. | ||
+ | * Content-types include: {{l/sub|text}} and {{l/sub|post}}. | ||
+ | ** Content-types can make use of other content-types. | ||
+ | *** Example: Every {{l/sub|post}} record makes use of multiple {{l/sub|text}} records (for title, subject, and body). | ||
+ | * Every change to an {{l/sub|atom}} is logged in the {{l/sub|hist}}ory. | ||
==Tables== | ==Tables== | ||
− | * [[/post]] | + | * [[/atom]]: root common record for a lot of different types - a trackable thing |
+ | * [[/class]]: chain-type definitions | ||
+ | * [[/post]]: an atom with a bit of text and possibly an owner | ||
+ | * [[/text]]: textual content records | ||
+ | * [[/hist]]: text revision history |