Android项目之无线点餐(1)--点餐系统数据库设计

(1)使用数据库mysql,脚本语言以下:mysql /* 用户表*/ CREATE TABLE `usertbl` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(20) DEFAULT NULL, `password` varchar(20) DEFAULT NULL, `permission` int(11
相关文章
相关标签/搜索