|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20140814062455) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20140812065417) do
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
@ -448,14 +448,14 @@ ActiveRecord::Schema.define(:version => 20140814062455) do
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "forums", :force => true do |t|
|
|
|
|
|
t.string "name", :null => false
|
|
|
|
|
t.text "description"
|
|
|
|
|
t.string "name", :null => false
|
|
|
|
|
t.string "description", :default => ""
|
|
|
|
|
t.integer "topic_count", :default => 0
|
|
|
|
|
t.integer "memo_count", :default => 0
|
|
|
|
|
t.integer "last_memo_id", :default => 0
|
|
|
|
|
t.integer "creator_id", :null => false
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
t.integer "creator_id", :null => false
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "groups_users", :id => false, :force => true do |t|
|
|
|
|
|