X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6cde8c9b0c4220db3b5598a268c197e77258a8cc..1e57189366c0e4a49cb29658e9bf5985996709a2:/app/models/diary_comment.rb diff --git a/app/models/diary_comment.rb b/app/models/diary_comment.rb index 472129b1b..475872b26 100644 --- a/app/models/diary_comment.rb +++ b/app/models/diary_comment.rb @@ -2,9 +2,9 @@ # # Table name: diary_comments # -# id :bigint(8) not null, primary key -# diary_entry_id :bigint(8) not null -# user_id :bigint(8) not null +# id :integer not null, primary key +# diary_entry_id :integer not null +# user_id :integer not null # body :text not null # created_at :datetime not null # updated_at :datetime not null