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

71 lines
1.2 KiB
Modula-2

# Database definition file for 'glinks_CatLinks' 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'
},
'WidgetID' => {
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '2',
'type' => 'INT',
'unsigned' => '1'
},
'Title' => {
'form_display' => 'Title',
'form_size' => '20',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '2',
'size' => '100',
'type' => 'VARCHAR',
'weight' => '3'
},
'Abstract' => {
'form_display' => 'Title',
'form_size' => '20',
'form_type' => 'TEXT',
'not_null' => '0',
'pos' => '2',
'type' => 'TEXT',
'weight' => '3'
},
'URL' => {
'form_display' => 'Title',
'form_size' => '20',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '2',
'size' => '255',
'type' => 'VARCHAR',
'weight' => '3'
},
},
'fk' => {
'glinks_Widgets' => {
'WidgetID' => 'ID'
},
},
'fk_tables' => [],
'index' => {
},
'pk' => [
'ID'
],
'subclass' => {
},
'unique' => {
}
};
# vim:syn=perl:ts=4:noet