Magellan Linux

Annotation of /trunk/usbip/usbip.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 174 - (hide annotations) (download)
Wed May 9 15:05:23 2007 UTC (17 years ago) by niro
File size: 297 byte(s)
-sql version

1 niro 174 --
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 ;