Event entity created
This commit is contained in:
parent
34e1580184
commit
a847501fd2
9 changed files with 75 additions and 3 deletions
|
@ -31,3 +31,16 @@ class Wiki < ActiveRecord::Base
|
|||
|
||||
end
|
||||
end
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: wikis
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# title :string(255)
|
||||
# content :text
|
||||
# project_id :integer
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# slug :string(255)
|
||||
# user_id :integer
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue