Skip to content
Snippets Groups Projects
Commit ee44270b authored by rob's avatar rob
Browse files

Add student name back into schema

parent 6785544d
No related branches found
No related tags found
7 merge requests!65Master,!50Change navigation buttons to reflect user feedback,!47fix profuction sort button flickering issue,!43Recruiter: Add staring and evidence ;Student: add Dashboard Timeline; Add univseral navbar,!36Create pages from mockups and link with Prisma Merge,!33Recruiter dashboard,!32Recruiter dashboard
......@@ -13,6 +13,7 @@ datasource db {
model Student {
id Int @id @default(autoincrement())
name String
language String
maths String
Application Application[]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment