<?php
/**************************************************************************
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
@Authors: Ryan Thompson(hide@address.com)
***************************************************************************/
$fields['user_id'] = array('type'=>'INT', 'size'=>'6', 'null'=>'NOT NULL', 'key'=>'PRIMARY KEY');
$fields['last_login'] = array('type'=>'INT', 'size'=>'11');
$fields['browser'] = array('type'=>'VARCHAR', 'size'=>'255');
$fields['ip_address'] = array('type'=>'VARCHAR', 'size'=>'20');
$fields['last_action'] = array('type'=>'VARCHAR', 'size'=>'255');
$fields['last_action_time'] = array('type'=>'INT', 'size'=>'11');
$fields['logout'] = array('type'=>'INT', 'size'=>'11');