DEV: annotate models

(also looks like renaming of bigint(8) -> bigint in annotate
which seems fine)
This commit is contained in:
Sam Saffron
2019-05-03 08:34:12 +10:00
parent 3cb0d27d38
commit 3dc4ab905c
23 changed files with 39 additions and 37 deletions

View File

@@ -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