# Database definition file for 'glinks_EmailMailings' table # Last updated: Fri Aug 31 13:04:08 2007 # Created by GT::SQL::Table $Revision: 1.255 $ { 'ai' => 'ID', 'cols' => { 'ID' => { 'form_size' => '10', 'form_type' => 'TEXT', 'not_null' => '1', 'pos' => '1', 'type' => 'INT', 'unsigned' => '1' }, 'Mailing' => { 'form_size' => '10', 'form_type' => 'TEXT', 'not_null' => '1', 'pos' => '2', 'type' => 'INT', 'unsigned' => '1' }, 'Email' => { 'form_size' => '30', 'form_type' => 'TEXTAREA', 'not_null' => '1', 'pos' => '3', 'size' => '75', 'type' => 'TEXT' }, 'Sent' => { 'default' => '0', 'form_size' => '10', 'form_type' => 'TEXT', 'not_null' => '1', 'pos' => '4', 'type' => 'TINYINT' }, 'LinkID' => { 'form_size' => '10', 'form_type' => 'TEXT', 'pos' => '5', 'type' => 'INT', 'unsigned' => '1' } }, 'fk' => {}, 'fk_tables' => [], 'index' => {}, 'pk' => [ 'ID' ], 'subclass' => {}, 'unique' => {} }; # vim:syn=perl:ts=4:noet