develop7
11/4/2009 - 4:26 PM

schema.yml

Post:
  actAs:
    Timestampable: ~
  columns:
    content:  text
  relations:
    Comments: 
      class:  Comment
      local:  id
      foreign:  post_id
Comment:
  actAs:
    Timestampable: ~
  columns:
    post_id: integer
    content:  text