mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: Update annotations
This commit is contained in:
parent
a6aada16bd
commit
dd8fe1a9e7
2 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue