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

188 lines
3.0 KiB
Modula-2

# Database definition file for 'glinks_Editors' table
# Last updated: Fri Aug 31 13:04:08 2007
# Created by GT::SQL::Table $Revision: 1.255 $
{
'ai' => '',
'cols' => {
'Username' => {
'form_size' => '20',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '1',
'size' => '50',
'type' => 'CHAR'
},
'CategoryID' => {
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '2',
'type' => 'INT',
'unsigned' => '1'
},
'CanAddCat' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '3',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
},
'CanModCat' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '4',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
},
'CanDelCat' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '5',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
},
'CanMoveCat' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '6',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
},
'CanAddLink' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '7',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
},
'CanDelLink' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '8',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
},
'CanModLink' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '9',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
},
'CanCopyLink' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '10',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
},
'CanMoveLink' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '11',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
},
'CanValLink' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '12',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
},
'CanModReview' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '13',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
},
'CanAddRel' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '14',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
},
'CanAddEdit' => {
'default' => 'No',
'form_type' => 'SELECT',
'not_null' => '1',
'pos' => '15',
'type' => 'ENUM',
'values' => [
'No',
'Yes'
]
}
},
'fk' => {
'glinks_Category' => {
'CategoryID' => 'ID'
},
'glinks_Users' => {
'Username' => 'Username'
}
},
'fk_tables' => [],
'index' => {},
'pk' => [],
'subclass' => {},
'unique' => {
'edituserndx' => [
'Username',
'CategoryID'
]
}
};
# vim:syn=perl:ts=4:noet