fixed doc

This commit is contained in:
Lunny Xiao 2013-11-21 18:07:19 +08:00
parent c6a8fd2e76
commit ec13aa9bab
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ xorm 快速入门
* [2.3.Column属性定义](#23)
* [3.表结构操作](#30)
* [3.1 获取数据库信息](#31)
* [3.2 获取数据库信息](#32)
* [3.3 获取数据库信息](#33)
* [3.4 获取数据库信息](#34)
* [3.2 表操作](#32)
* [3.3 创建索引和唯一索引](#33)
* [3.4 同步数据库结构](#34)
* [4.删除表](#40)
* [5.插入数据](#50)
* [6.查询和统计数据](#60)