DEV: Update annotations

This commit is contained in:
David Taylor 2019-11-29 15:49:08 +00:00
parent a6aada16bd
commit dd8fe1a9e7
2 changed files with 5 additions and 0 deletions

View File

@ -28,3 +28,7 @@ end
# id :integer not null, primary key
# user_id :integer not null
#
# Indexes
#
# index_developers_on_user_id (user_id) UNIQUE
#

View File

@ -79,6 +79,7 @@ end
# anonymous_voters :integer
# created_at :datetime not null
# updated_at :datetime not null
# chart_type :integer default("bar"), not null
#
# Indexes
#