diff --git a/app/models/stat.rb b/app/models/stat.rb index 08b4f71..32e823e 100644 --- a/app/models/stat.rb +++ b/app/models/stat.rb @@ -5,7 +5,7 @@ # Table name: stats # # id :integer not null, primary key -# count :integer default(0) +# count :bigint(8) default(0) # date :date not null # details :text # type :string not null diff --git a/app/models/stat_created_plan.rb b/app/models/stat_created_plan.rb index 8decf3b..a8aadf4 100644 --- a/app/models/stat_created_plan.rb +++ b/app/models/stat_created_plan.rb @@ -5,7 +5,7 @@ # Table name: stats # # id :integer not null, primary key -# count :integer default(0) +# count :bigint(8) default(0) # date :date not null # details :text # type :string not null diff --git a/app/models/stat_joined_user.rb b/app/models/stat_joined_user.rb index 62dd3b1..7c0e80f 100644 --- a/app/models/stat_joined_user.rb +++ b/app/models/stat_joined_user.rb @@ -5,7 +5,7 @@ # Table name: stats # # id :integer not null, primary key -# count :integer default(0) +# count :bigint(8) default(0) # date :date not null # details :text # type :string not null