discourse-legacysite-perl/site/slowtwitch.com/cgi-bin/articles/admin/defs/glinks_CatPrice.def
2024-06-17 21:49:12 +10:00

68 lines
1.2 KiB
Modula-2

# Database definition file for 'glinks_CatPrice' table
# Last updated: Fri Aug 31 13:04:07 2007
# Created by GT::SQL::Table $Revision: 1.255 $
{
'ai' => 'cp_id',
'cols' => {
'cp_id' => {
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '1',
'type' => 'INT',
'unsigned' => '1'
},
'cp_cat_id_fk' => {
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '2',
'type' => 'INT',
'unsigned' => '1'
},
'cp_term' => {
'form_size' => '20',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '3',
'size' => '10',
'type' => 'CHAR'
},
'cp_cost' => {
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '4',
'type' => 'DOUBLE'
},
'cp_type' => {
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '5',
'type' => 'TINYINT',
'unsigned' => '1'
},
'cp_description' => {
'form_size' => '30',
'form_type' => 'TEXTAREA',
'pos' => '6',
'type' => 'TEXT'
}
},
'fk' => {
'glinks_Category' => {
'cp_cat_id_fk' => 'ID'
}
},
'fk_tables' => [],
'index' => {},
'pk' => [
'cp_id'
],
'subclass' => {},
'unique' => {}
};
# vim:syn=perl:ts=4:noet