dashboard
repositories
filestore
activity
search
login
main
/
pregnancy_guard_api
孕妇哨后台api
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
新增用户资料修改接口和mongo异常输出
colly
2017-08-02
9705a2dc02e5bcd04dfe5f727314fa767cab952f
[pregnancy_guard_api.git]
/
Data
/
phalapi_test.sql
1
2
3
4
5
6
7
8
CREATE TABLE `phalapi`.`tbl_user` (
`id` INT NOT NULL,
`name` VARCHAR(45) NULL,
`note` VARCHAR(45) NULL,
PRIMARY KEY (`id`));
INSERT INTO `phalapi`.`tbl_user` (`id`, `name`, `note`) VALUES ('1', 'dogstar', 'oschina');