# Database definition file for 'glinks_MailingListIndex' table # Last updated: Sat Dec 12 15:28:06 2009 # Created by GT::SQL::Table $Revision: 1.251 $ { 'ai' => 'ID', 'cols' => { 'ID' => { 'form_size' => '10', 'form_type' => 'TEXT', 'not_null' => '1', 'pos' => '1', 'type' => 'INT', 'unsigned' => '1' }, 'Name' => { 'form_size' => '30', 'form_type' => 'TEXTAREA', 'not_null' => '1', 'pos' => '2', 'type' => 'TEXT' }, 'DateModified' => { 'form_size' => '10', 'form_type' => 'TEXT', 'not_null' => '1', 'pos' => '3', 'type' => 'INT' }, 'DateCreated' => { 'form_size' => '10', 'form_type' => 'TEXT', 'not_null' => '1', 'pos' => '4', 'type' => 'INT' } }, 'fk' => {}, 'fk_tables' => [], 'index' => {}, 'pk' => [ 'ID' ], 'subclass' => {}, 'unique' => {} }; # vim:syn=perl:ts=4:noet