40 lines
733 B
Modula-2
40 lines
733 B
Modula-2
# Database definition file for 'glinks_Ticker' table
|
|
# Last updated: Mon Jun 14 13:48:02 2010
|
|
# Created by GT::SQL::Table $Revision: 1.274 $
|
|
{
|
|
'ai' => 'ticker_id',
|
|
'cols' => {
|
|
'ticker_id' => {
|
|
'form_size' => '10',
|
|
'form_type' => 'TEXT',
|
|
'not_null' => '1',
|
|
'pos' => '1',
|
|
'type' => 'INT'
|
|
},
|
|
'ticker_text' => {
|
|
'form_size' => '30',
|
|
'form_type' => 'TEXTAREA',
|
|
'not_null' => '1',
|
|
'pos' => '2',
|
|
'type' => 'TEXT'
|
|
},
|
|
'ticker_link' => {
|
|
'form_size' => '30',
|
|
'form_type' => 'TEXTAREA',
|
|
'not_null' => '1',
|
|
'pos' => '3',
|
|
'type' => 'TEXT'
|
|
}
|
|
},
|
|
'fk' => {},
|
|
'fk_tables' => [],
|
|
'index' => {},
|
|
'pk' => [
|
|
'ticker_id'
|
|
],
|
|
'subclass' => {},
|
|
'unique' => {}
|
|
};
|
|
|
|
# vim:syn=perl:ts=4:noet
|