Changes between Version 13 and Version 14 of AccessPath
- Timestamp:
- 04/06/2012 02:57:28 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AccessPath
v13 v14 10 10 `from` varchar(255), --跳转来源界面 11 11 `to` varchar(255) not null, --跳转目标界面 12 `count` int unsigned default 0, --该访问路径产生次数 primary key (`app_id`,`version`,`from`,`to`) 12 `count` int unsigned default 0, --该访问路径产生次数 13 primary key (`app_id`,`version`,`from`,`to`) 13 14 ); 14 15 }}}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)