Re: How to set my table's Storage Engine using CakeSchema?

2012-08-23 Thread Ivan Rimac
Did not think you would not figure out yourself :) sent from my Samsung Galaxy S Ivan Rimac mail: ivn...@gmail.com mob: +385 95 555 9966 Dana 23.8.2012. 19:38 "andrewperk" je napisao/la: > I figured out. Just in case someone else wants to know this: > > 'tableParameters' => array('engine' => 'M

Re: How to set my table's Storage Engine using CakeSchema?

2012-08-23 Thread andrewperk
I figured out. Just in case someone else wants to know this: 'tableParameters' => array('engine' => 'MEMORY') On Thursday, August 23, 2012 10:14:50 AM UTC-7, andrewperk wrote: > > Hello, > > I'd like to be able to ensure that the table CakeSchema create's is a > memory heap. How can I set the st

How to set my table's Storage Engine using CakeSchema?

2012-08-23 Thread andrewperk
Hello, I'd like to be able to ensure that the table CakeSchema create's is a memory heap. How can I set the storage engine for a table created using CakeSchema? I tried something like this: public $sucker_log = array( 'id'=>array('type'=>'integer', 'null'=>false, 'default'=>null, 'key'=>'pri