# Database definition file for 'glinks_MailingIndex' table # Last updated: Fri Aug 31 13:04:08 2007 # Created by GT::SQL::Table $Revision: 1.255 $ { 'ai' => 'Mailing', 'cols' => { 'Mailing' => { 'form_size' => '10', 'form_type' => 'TEXT', 'not_null' => '1', 'pos' => '1', 'type' => 'INT', 'unsigned' => '1' }, 'extra' => { 'form_size' => '30', 'form_type' => 'TEXTAREA', 'not_null' => '1', 'pos' => '2', 'type' => 'TINYTEXT' }, 'done' => { 'form_size' => '10', 'form_type' => 'TEXT', 'pos' => '3', 'type' => 'INT' }, 'mailfrom' => { 'form_size' => '30', 'form_type' => 'TEXTAREA', 'not_null' => '1', 'pos' => '4', 'type' => 'TEXT' }, 'name' => { 'form_size' => '30', 'form_type' => 'TEXTAREA', 'not_null' => '1', 'pos' => '5', 'type' => 'TEXT' }, 'subject' => { 'form_size' => '30', 'form_type' => 'TEXTAREA', 'not_null' => '1', 'pos' => '6', 'type' => 'TEXT' }, 'message' => { 'form_size' => '30', 'form_type' => 'TEXTAREA', 'not_null' => '1', 'pos' => '7', 'type' => 'MEDIUMTEXT' }, 'messageformat' => { 'default' => 'text', 'form_type' => 'SELECT', 'not_null' => '1', 'pos' => '8', 'type' => 'ENUM', 'values' => [ 'text', 'html' ] } }, 'fk' => {}, 'fk_tables' => [], 'index' => {}, 'pk' => [ 'Mailing' ], 'subclass' => {}, 'unique' => {} }; # vim:syn=perl:ts=4:noet