Commit c7e98b75 authored by joliu's avatar joliu

数据库结构备份

parent ec15202c
CREATE TABLE `deviceinfo` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`equipid` varchar(30) NOT NULL,
`ipaddress` varchar(30) NOT NULL,
`status` tinyint DEFAULT 0,
`delay` varchar(30) DEFAULT NULL,
PRIMARY KEY (`id`)
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment