DEV: Update annotations
This commit is contained in:
parent
a6aada16bd
commit
dd8fe1a9e7
|
@ -28,3 +28,7 @@ end
|
||||||
# id :integer not null, primary key
|
# id :integer not null, primary key
|
||||||
# user_id :integer not null
|
# user_id :integer not null
|
||||||
#
|
#
|
||||||
|
# Indexes
|
||||||
|
#
|
||||||
|
# index_developers_on_user_id (user_id) UNIQUE
|
||||||
|
#
|
||||||
|
|
|
@ -79,6 +79,7 @@ end
|
||||||
# anonymous_voters :integer
|
# anonymous_voters :integer
|
||||||
# created_at :datetime not null
|
# created_at :datetime not null
|
||||||
# updated_at :datetime not null
|
# updated_at :datetime not null
|
||||||
|
# chart_type :integer default("bar"), not null
|
||||||
#
|
#
|
||||||
# Indexes
|
# Indexes
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue