Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Jan 21, 2025
1 parent 829ccae commit b072994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ model ow_projects_file {
sha256 String @id @db.VarChar(64)
source String? @db.MediumText
create_time DateTime? @default(now()) @db.DateTime(0)
caeate_userid Int?
create_userid Int?
}

/// This model or at least one of its fields has comments in the database, and requires an additional setup for migrations: Read more: https://pris.ly/d/database-comments
Expand Down

0 comments on commit b072994

Please sign in to comment.