X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d73a5d4bc015d304e7b8863a0e927ac0b134e07b..1d09cfcb18d589ea494bf5223f2eb9e0a773d7c6:/app/models/diary_entry.rb diff --git a/app/models/diary_entry.rb b/app/models/diary_entry.rb index d61241993..4affe8b59 100644 --- a/app/models/diary_entry.rb +++ b/app/models/diary_entry.rb @@ -2,8 +2,8 @@ # # Table name: diary_entries # -# id :integer not null, primary key -# user_id :integer not null +# id :bigint(8) not null, primary key +# user_id :bigint(8) not null # title :string not null # body :text not null # created_at :datetime not null