column name | data type | details |
---|---|---|
id | integer (serial) | not null, primary key |
string | not null, indexed, unique | |
passwordDigest | string | not null |
- Must always have at least one profile, but you may have up to 7 profiles per account.
column name | data type | details |
---|---|---|
id | integer (serial) | not null, primary key |
name | string | not null |
isKid | boolean | default false |
accountId | integer | not null, foreign key references Accounts(id) |
avatarId | integer | not null, foreign key references Avatars(id) |
column name | data type | details |
---|---|---|
id | integer (serial) | not null, primary key |
title | string | not null, unique, indexed |
description | string | not null |
rating | string | not null |
year | integer | not null |
isOriginal | boolean | default false |
isMovie | boolean | not null |
runtime | string | not null |
director | string | nullable |
starring | string | not null |
seasons | string | nullable |
genres | string | not null |
details | string | not null |
videoUrl | url | not null |
titleImg | url | not null |
backgroundImg | url | not null |
buttonImg | url | not null |
brandId | integer | not null, foreign key references Brands(id) |
column name | data type | details |
---|---|---|
id | integer (serial) | not null, primary key |
brandName | string | not null |
titleImg | url | not null |
backgroundImg | url | not null |
buttonImg | url | not null |
column name | data type | details |
---|---|---|
id | integer (serial) | not null, primary key |
profileId | integer | not null, foreign key references Profiles(id) |
videoId | integer | (allow null), foreign key references Videos(id) |
column name | data type | details |
---|---|---|
id | integer (serial) | not null, primary key |
selection | string | not null |
column name | data type | details |
---|---|---|
id | integer (serial) | not null, primary key |
videoId | integer | not null |
movieSelectionId | integer | not null |
column name | data type | details |
---|---|---|
id | integer (serial) | not null, primary key |
selection | string | not null |
column name | data type | details |
---|---|---|
id | integer (serial) | not null, primary key |
videoId | integer | not null |
seriesSelectionId | integer | not null |
column name | data type | details |
---|---|---|
id | integer (serial) | not null, primary key |
avatarImg | url | not null |
column name | data type | details |
---|---|---|
id | integer (serial) | not null, primary key |