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
bef2c06923d3ba6727654f734bb93d5a09855dc5
[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');