記述例)
propel:
abc_table:
_attribute:{ phpName: abcTable }
abc_id: integer
abc_number: integer
abc_name: longvarchar
abc_datetime: timestamp
タブはNGなので半角スペースを使うこと。
カラムの型については以下サイトを参照。(intとかtextとか書くとビルド時にエラーになる)
http://pools.jp/2007/06/24/symfony-schema-yml-propel-%E6%8A%BD%E8%B1%A1%E8%A1%A8%E7%8F%BE/

