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

@ -79,7 +79,7 @@ end
#
# Table name: web_crawler_requests
#
# id :bigint(8) not null, primary key
# id :bigint not null, primary key
# date :date not null
# user_agent :string not null
# count :integer default(0), not null