First pass at adding key files
This commit is contained in:
@ -0,0 +1,48 @@
|
||||
# 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_display' => 'ID',
|
||||
'form_size' => '10',
|
||||
'form_type' => 'TEXT',
|
||||
'not_null' => '1',
|
||||
'pos' => '1',
|
||||
'regex' => '^\d+$',
|
||||
'type' => 'INT',
|
||||
'unsigned' => '1'
|
||||
},
|
||||
'Page' => {
|
||||
'type' => 'VARCHAR',
|
||||
'size' => '255',
|
||||
'not_null' => '1',
|
||||
},
|
||||
'WidgetID' => {
|
||||
'form_size' => '10',
|
||||
'form_type' => 'TEXT',
|
||||
'not_null' => '1',
|
||||
'pos' => '2',
|
||||
'type' => 'INT',
|
||||
'unsigned' => '1'
|
||||
},
|
||||
'Sort_Pos' => {
|
||||
'type' => 'INT',
|
||||
'default' => '0'
|
||||
}
|
||||
},
|
||||
'fk' => {
|
||||
'glinks_Widgets' => {
|
||||
'WidgetID' => 'ID'
|
||||
}
|
||||
},
|
||||
'fk_tables' => [],
|
||||
'index' => {
|
||||
},
|
||||
'pk' => [],
|
||||
'unique' => {
|
||||
}
|
||||
};
|
||||
|
||||
# vim:syn=perl:ts=4:noet
|
Reference in New Issue
Block a user