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

49 lines
866 B
Modula-2

# Database definition file for 'glinks_CatRelations' table
# Last updated: Fri Aug 31 13:04:08 2007
# Created by GT::SQL::Table $Revision: 1.255 $
{
'ai' => '',
'cols' => {
'CategoryID' => {
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '1',
'type' => 'INT',
'unsigned' => '1'
},
'RelatedID' => {
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '2',
'type' => 'INT',
'unsigned' => '1'
},
'RelationName' => {
'form_size' => '20',
'form_type' => 'TEXT',
'pos' => '3',
'size' => '255',
'type' => 'VARCHAR'
}
},
'fk' => {
'glinks_Category' => {
'CategoryID' => 'ID',
'RelatedID' => 'ID'
}
},
'fk_tables' => [],
'index' => {
'catid' => [
'CategoryID'
]
},
'pk' => [],
'subclass' => {},
'unique' => {}
};
# vim:syn=perl:ts=4:noet