dashboard
repositories
filestore
activity
search
login
main
/
pregnancy_guard_api
孕妇哨后台api
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
增加更新用户返回code提示
colly
2017-08-07
fcfcac9f8bc1653cb6f747798f494622c23bb95d
[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');