add dataset

This commit is contained in:
Brandon Egger 2023-03-15 16:21:31 -05:00
parent 864806ed5a
commit 3ae346a807
2 changed files with 11 additions and 10 deletions

BIN
data/at_resources.xlsx Normal file

Binary file not shown.

View File

@ -43,16 +43,17 @@ type RangeInput {
}
model AuditoryResource {
id String @id @default(auto()) @map("_id") @db.ObjectId
icon String
name String
description String
manufacturer String
platform Platform
ages RangeInput
skills Skill[]
skill_level SkillLevel
cost Float
id String @id @default(auto()) @map("_id") @db.ObjectId
icon String
name String
description String
manufacturer String
platforms Platform[]
ages RangeInput
skills Skill[]
skill_levels SkillLevel[]
cost Float
download_link String
}
// Necessary for Next auth