array( 'fd' => array( 'news_id' => array('type' => 'auto','nullable' => False), 'news_date' => array('type' => 'int','precision' => '4','nullable' => True), 'news_subject' => array('type' => 'varchar','precision' => '255','nullable' => True), 'news_submittedby' => array('type' => 'varchar','precision' => '255','nullable' => True), 'news_content' => array('type' => 'blob','nullable' => True), 'news_begin' => array('type' => 'int','precision' => '4','nullable' => True), 'news_end' => array('type' => 'int','precision' => '4','nullable' => True), 'news_cat' => array('type' => 'int','precision' => '4','nullable' => True), 'news_teaser' => array('type' => 'varchar','precision' => '255','nullable' => True), 'is_html' => array('type' => 'int','precision' => '2','nullable' => False,'default' => '0') ), 'pk' => array('news_id'), 'fk' => array(), 'ix' => array('news_date','news_subject'), 'uc' => array() ), 'phpgw_news_export' => array( 'fd' => array( 'cat_id' => array('type' => 'int','precision' => '4','nullable' => False), 'export_type' => array('type' => 'int','precision' => '2','nullable' => True), 'export_itemsyntax' => array('type' => 'int','precision' => '2','nullable' => True), 'export_title' => array('type' => 'varchar','precision' => '255','nullable' => True), 'export_link' => array('type' => 'varchar','precision' => '255','nullable' => True), 'export_description' => array('type' => 'text','nullable' => True), 'export_img_title' => array('type' => 'varchar','precision' => '255','nullable' => True), 'export_img_url' => array('type' => 'varchar','precision' => '255','nullable' => True), 'export_img_link' => array('type' => 'varchar','precision' => '255','nullable' => True) ), 'pk' => array('cat_id'), 'fk' => array(), 'ix' => array(), 'uc' => array() ) ); ?>