This website requires JavaScript.
Explore
Help
Sign In
jacknudt
/
socialforge
Watch
1
Star
0
Fork
You've already forked socialforge
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
74b643584f
socialforge
/
db
/
migrate
/
20150820022416_create_user_...
10 lines
90 B
Ruby
Raw
Normal View
History
Unescape
Escape
用户动态 = 参与课程动态 + 参与课程动态 表创建以及相关关系的搭建
2015-08-20 11:19:26 +08:00
class
CreateUserActivity
<
ActiveRecord
::
Migration
def
up
end
def
down
1、整理迁移文件 2、个人动态添加与更新判断不正确
2015-08-29 15:34:18 +08:00
用户动态 = 参与课程动态 + 参与课程动态 表创建以及相关关系的搭建
2015-08-20 11:19:26 +08:00
end
end