First pass at adding key files
This commit is contained in:
@ -0,0 +1,52 @@
|
||||
# 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
|
Reference in New Issue
Block a user