1 Star 0 Fork 0

zcy / api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
schema.xml 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
zcy 提交于 2019-08-15 21:05 . 添加orm和上传脚本
<?xml version="1.0" encoding="UTF-8"?>
<database name="bookstore" defaultIdMethod="native">
<table name="book" phpName="Book">
<!-- column and foreign key definitions go here -->
</table>
<table name="author" phpName="Author">
<!-- column and foreign key definitions go here -->
</table>
<table name="publisher" phpName="Publisher">
<!-- column and foreign key definitions go here -->
</table>
</database>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/290198252/api.git
git@gitee.com:290198252/api.git
290198252
api
api
deploy

搜索帮助