correct annotations
This commit is contained in:
parent
bba8d1978f
commit
898d86fd9b
|
@ -554,8 +554,8 @@ end
|
||||||
# post_number :integer not null
|
# post_number :integer not null
|
||||||
# raw :text not null
|
# raw :text not null
|
||||||
# cooked :text not null
|
# cooked :text not null
|
||||||
# created_at :datetime
|
# created_at :datetime not null
|
||||||
# updated_at :datetime
|
# updated_at :datetime not null
|
||||||
# reply_to_post_number :integer
|
# reply_to_post_number :integer
|
||||||
# reply_count :integer default(0), not null
|
# reply_count :integer default(0), not null
|
||||||
# quote_count :integer default(0), not null
|
# quote_count :integer default(0), not null
|
||||||
|
|
|
@ -103,6 +103,6 @@ end
|
||||||
# name :string(255) not null
|
# name :string(255) not null
|
||||||
# data_type :integer not null
|
# data_type :integer not null
|
||||||
# value :text
|
# value :text
|
||||||
# created_at :datetime
|
# created_at :datetime not null
|
||||||
# updated_at :datetime
|
# updated_at :datetime not null
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue