Annotate models

This commit is contained in:
Sam 2014-05-22 09:00:38 +10:00
parent 30c86d834f
commit 7fee3d7f8f
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ end
# id :integer not null, primary key # id :integer not null, primary key
# name :string(255) not null # name :string(255) not null
# hex :string(255) not null # hex :string(255) not null
# opacity :integer default(100), not null
# color_scheme_id :integer not null # color_scheme_id :integer not null
# created_at :datetime # created_at :datetime
# updated_at :datetime # updated_at :datetime

View File

@ -550,6 +550,7 @@ end
# word_count :integer # word_count :integer
# version :integer default(1), not null # version :integer default(1), not null
# cook_method :integer default(1), not null # cook_method :integer default(1), not null
# wiki :boolean default(FALSE), not null
# #
# Indexes # Indexes
# #