array ( 'name' => 'tpl_id', 'type' => 'int(10)', 'notnull' => false, 'default' => NULL, 'primary' => true, 'autoinc' => true, ), 'tpl_name' => array ( 'name' => 'tpl_name', 'type' => 'varchar(200)', 'notnull' => false, 'default' => '', 'primary' => false, 'autoinc' => false, ), 'tpl_title' => array ( 'name' => 'tpl_title', 'type' => 'varchar(200)', 'notnull' => false, 'default' => '', 'primary' => false, 'autoinc' => false, ), 'tpl_content' => array ( 'name' => 'tpl_content', 'type' => 'text', 'notnull' => false, 'default' => NULL, 'primary' => false, 'autoinc' => false, ), 'send_scene' => array ( 'name' => 'send_scene', 'type' => 'tinyint(1)', 'notnull' => false, 'default' => '0', 'primary' => false, 'autoinc' => false, ), 'is_open' => array ( 'name' => 'is_open', 'type' => 'tinyint(1)', 'notnull' => false, 'default' => '0', 'primary' => false, 'autoinc' => false, ), 'lang' => array ( 'name' => 'lang', 'type' => 'varchar(50)', 'notnull' => false, 'default' => 'cn', 'primary' => false, 'autoinc' => false, ), 'add_time' => array ( 'name' => 'add_time', 'type' => 'int(11)', 'notnull' => false, 'default' => '0', 'primary' => false, 'autoinc' => false, ), 'update_time' => array ( 'name' => 'update_time', 'type' => 'int(11)', 'notnull' => false, 'default' => '0', 'primary' => false, 'autoinc' => false, ), );