array('type' => 'integer', 'null' => false, 'default' => NULL, 'length' => 10, 'key' => 'primary'), 'translation_file_id' => array('type' => 'integer', 'null' => true, 'default' => NULL, 'length' => 10), 'command' => array('type' => 'string', 'null' => true, 'default' => NULL, 'length' => 50, 'collate' => 'utf8_general_ci', 'charset' => 'utf8'), 'translation_index' => array('type' => 'integer', 'null' => true, 'default' => NULL, 'length' => 10), 'identifier_id' => array('type' => 'integer', 'null' => true, 'default' => NULL, 'length' => 10), 'reference_string' => array('type' => 'text', 'null' => true, 'default' => NULL, 'collate' => 'utf8_general_ci', 'charset' => 'utf8'), 'created' => array('type' => 'datetime', 'null' => true, 'default' => NULL), 'modified' => array('type' => 'datetime', 'null' => true, 'default' => NULL), 'indexes' => array('PRIMARY' => array('column' => 'id', 'unique' => 1)), 'tableParameters' => array('charset' => 'utf8', 'collate' => 'utf8_general_ci', 'engine' => 'MyISAM') ); var $records = array( array( 'id' => 1, 'translation_file_id' => 1, 'command' => 'Lorem ipsum dolor sit amet', 'translation_index' => 1, 'identifier_id' => 1, 'reference_string' => 'Lorem ipsum dolor sit amet, aliquet feugiat. Convallis morbi fringilla gravida, phasellus feugiat dapibus velit nunc, pulvinar eget sollicitudin venenatis cum nullam, vivamus ut a sed, mollitia lectus. Nulla vestibulum massa neque ut et, id hendrerit sit, feugiat in taciti enim proin nibh, tempor dignissim, rhoncus duis vestibulum nunc mattis convallis.', 'created' => '2011-05-31 16:07:59', 'modified' => '2011-05-31 16:07:59' ), ); }