mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: annotate models
(also looks like renaming of bigint(8) -> bigint in annotate which seems fine)
This commit is contained in:
@@ -25,8 +25,8 @@ end
|
||||
#
|
||||
# Table name: javascript_caches
|
||||
#
|
||||
# id :bigint(8) not null, primary key
|
||||
# theme_field_id :bigint(8) not null
|
||||
# id :bigint not null, primary key
|
||||
# theme_field_id :bigint not null
|
||||
# digest :string
|
||||
# content :text not null
|
||||
# created_at :datetime not null
|
||||
|
||||
Reference in New Issue
Block a user