-
Notifications
You must be signed in to change notification settings - Fork 0
Home
endedman edited this page Jan 22, 2023
·
2 revisions
JStore uses relational database, which have 3 tables: apps
, devs
, apps_screenshots
.
Have 15 rows.
-
id
: have unique number of app, which uses for accessing via web. Takes the value of number a type INT -
app_name
: application name. Takes the value of text a type TEXT -
dev_name
: developer's name. Takes the value of text a type TEXT -
votes
: count of pros for app (In the future we setvotes_plus
andvotes_minus
). Takes the value of number a type INT -
icon
: URL of a picture. Takes the value of text a type VARCHAR -
banner
: URL of a advert banner. Takes the value of text a type VARCHAR