Skip to content

Commit

Permalink
Currently just int for rating_count
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Oct 18, 2023
1 parent 58db6aa commit 6cb0e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg-ddl/db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ CREATE TABLE public.store_apps (
store int4 NOT NULL,
category varchar NULL,
rating float8 NULL,
rating_count float8 NULL;
rating_count int NULL;
review_count float8 NULL,
installs float8 NULL,
"free" bool NULL,
Expand Down

0 comments on commit 6cb0e92

Please sign in to comment.