Magellan Linux

Contents of /trunk/usbip/usbip.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 174 - (show annotations) (download)
Wed May 9 15:05:23 2007 UTC (16 years, 11 months ago) by niro
File size: 297 byte(s)
-sql version

1 --
2 -- Table structure for table `clients`
3 --
4
5 CREATE TABLE `clients` (
6 `id` int(11) NOT NULL auto_increment,
7 `ip` varchar(13) NOT NULL default '',
8 `connected` int(11) NOT NULL default '0',
9 `busid` varchar(255) NOT NULL default '',
10 PRIMARY KEY (`id`)
11 ) TYPE=MyISAM AUTO_INCREMENT=10 ;