We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device -> Account link & login (SofteServe Login)
Tables:
Users: [Primary Unique Key, Auto Increment] User IDN | Device UUID | Email | Password | Hash | Verified | Account Level | Exp | Cash | Gold
Towers: [Primary Unique Key, Auto Increment] Tower IDN | [Foreign Key] User IDN | Tower Name | Background URL (diff locations)
Floors: [Primary Unique Key, Auto Increment] Floor IDN | [FireDB Foreign Key *] Floor Type IDN | [Foreign Key] Tower IDN | Floor Upgraded Level | Floor Height Level | Current Employee Count
* Floor Type IDN is a Foreign Key reference to a Floor Type ID in the Firebase Database table. Floor Type information is stored there.
Floor Types: Floor Type IDN, Floor Name, (for each floor level): floor income, floor max employee, floor max customer, floor upgrade cost
The text was updated successfully, but these errors were encountered:
shortland
No branches or pull requests
Device -> Account link & login (SofteServe Login)
Tables:
Users: [Primary Unique Key, Auto Increment] User IDN | Device UUID | Email | Password | Hash | Verified | Account Level | Exp | Cash | Gold
Towers: [Primary Unique Key, Auto Increment] Tower IDN | [Foreign Key] User IDN | Tower Name | Background URL (diff locations)
Floors: [Primary Unique Key, Auto Increment] Floor IDN | [FireDB Foreign Key *] Floor Type IDN | [Foreign Key] Tower IDN | Floor Upgraded Level | Floor Height Level | Current Employee Count
* Floor Type IDN is a Foreign Key reference to a Floor Type ID in the Firebase Database table. Floor Type information is stored there.
Floor Types: Floor Type IDN, Floor Name, (for each floor level): floor income, floor max employee, floor max customer, floor upgrade cost
The text was updated successfully, but these errors were encountered: