add dataset
This commit is contained in:
parent
864806ed5a
commit
3ae346a807
BIN
data/at_resources.xlsx
Normal file
BIN
data/at_resources.xlsx
Normal file
Binary file not shown.
@ -43,16 +43,17 @@ type RangeInput {
|
|||||||
}
|
}
|
||||||
|
|
||||||
model AuditoryResource {
|
model AuditoryResource {
|
||||||
id String @id @default(auto()) @map("_id") @db.ObjectId
|
id String @id @default(auto()) @map("_id") @db.ObjectId
|
||||||
icon String
|
icon String
|
||||||
name String
|
name String
|
||||||
description String
|
description String
|
||||||
manufacturer String
|
manufacturer String
|
||||||
platform Platform
|
platforms Platform[]
|
||||||
ages RangeInput
|
ages RangeInput
|
||||||
skills Skill[]
|
skills Skill[]
|
||||||
skill_level SkillLevel
|
skill_levels SkillLevel[]
|
||||||
cost Float
|
cost Float
|
||||||
|
download_link String
|
||||||
}
|
}
|
||||||
|
|
||||||
// Necessary for Next auth
|
// Necessary for Next auth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user