document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. propel:
  2.   _attributes:      { package: plugins.embebedPlugin.lib.model }
  3.  
  4.   tbl1:
  5.     id:
  6.     name:     { type: varchar(100)}
  7.  
  8.   tbl2:
  9.     id:
  10.     tbl1_id:  { type: INTEGER, size: \'11\', required: true, foreignTable: tbl1, foreignReference: id, onDelete: CASCADE, onUpdate: RESTRICT }
  11.     thetext:  { type: varchar(100), required: true}
');