fix(store): use line comment for benefitUsageRule in Prisma schema
CI / verify (pull_request) Has been cancelled
CI / verify (pull_request) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1025,7 +1025,7 @@ model Store {
|
||||
latitude Decimal? @db.Decimal(10, 7)
|
||||
longitude Decimal? @db.Decimal(10, 7)
|
||||
intro String? @db.Text
|
||||
/** 好客权益券使用规则(C 端门店详情展示) */
|
||||
// 好客权益券使用规则(C 端门店详情展示)
|
||||
benefitUsageRule String? @map("benefit_usage_rule") @db.Text
|
||||
coverResourceId BigInt? @map("cover_resource_id") @db.UnsignedBigInt
|
||||
avgPrice Decimal? @map("avg_price") @db.Decimal(10, 2)
|
||||
|
||||
Reference in New Issue
Block a user