dashboard
repositories
filestore
activity
search
login
main
/
pregnancy_guard_api
孕妇哨后台api
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
男声和女声分开
colly_wyx
2018-06-14
12690729bc3f0a3e920051e11d2f5522a15f44bc
[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');