X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c2f23fea6a7821a4ad4c97fd65744b138ec86267..b4ef61a9f31ac8bb911c094bc2fb00a9fa2102a6:/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