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

53 lines
862 B
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' => '',
'cols' => {
'LinkID' => {
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '1',
'type' => 'INT',
'unsigned' => '1'
},
'CategoryID' => {
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '2',
'type' => 'INT',
'unsigned' => '1'
}
},
'fk' => {
'glinks_Category' => {
'CategoryID' => 'ID'
},
'glinks_Links' => {
'LinkID' => 'ID'
}
},
'fk_tables' => [],
'index' => {
'lndx' => [
'LinkID'
]
},
'pk' => [],
'subclass' => {
'table' => {
'glinks_CatLinks' => 'Links::Table::CatLinks'
}
},
'unique' => {
'cl_cl_q' => [
'CategoryID',
'LinkID'
]
}
};
# vim:syn=perl:ts=4:noet