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

79 lines
1.4 KiB
Modula-2

# Database definition file for 'glinks_PaymentLogs' table
# Last updated: Fri Aug 31 13:04:08 2007
# Created by GT::SQL::Table $Revision: 1.255 $
{
'ai' => 'paylogs_id',
'cols' => {
'paylogs_id' => {
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '1',
'type' => 'INT',
'unsigned' => '1'
},
'paylogs_payments_id' => {
'form_size' => '20',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '2',
'size' => '16',
'type' => 'CHAR'
},
'paylogs_type' => {
'default' => '0',
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '3',
'type' => 'INT',
'unsigned' => '1'
},
'paylogs_time' => {
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '4',
'type' => 'INT',
'unsigned' => '1'
},
'paylogs_viewed' => {
'default' => '0',
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '5',
'type' => 'TINYINT',
'unsigned' => '1'
},
'paylogs_text' => {
'form_size' => '30',
'form_type' => 'TEXTAREA',
'pos' => '6',
'type' => 'TEXT'
}
},
'fk' => {
'glinks_Payments' => {
'paylogs_payments_id' => 'payments_id'
}
},
'fk_tables' => [],
'index' => {
'pl_t' => [
'paylogs_time'
],
'pl_yt' => [
'paylogs_type',
'paylogs_time'
]
},
'pk' => [
'paylogs_id'
],
'subclass' => {},
'unique' => {}
};
# vim:syn=perl:ts=4:noet