array( 'fd' => array( 'note_id' => array('type' => 'auto', 'nullable' => false), 'note_owner' => array('type' => 'int', 'precision' => 4), 'note_access' => array('type' => 'varchar', 'precision' => 7), 'note_date' => array('type' => 'int', 'precision' => 4), 'note_category' => array('type' => 'int', 'precision' => 4), 'note_content' => array('type' => 'text') ), 'pk' => array('note_id'), 'fk' => array(), 'ix' => array(), 'uc' => array() ) ); ?>