|
@@ -9,8 +9,8 @@ model Tag {
|
|
|
seq Int @default(0) // 排序
|
|
seq Int @default(0) // 排序
|
|
|
status Int @default(1) // 状态 0: 禁用; 1: 启用
|
|
status Int @default(1) // 状态 0: 禁用; 1: 启用
|
|
|
|
|
|
|
|
- createAt BigInt @default(0) // 创建时间
|
|
|
|
|
- updateAt BigInt @default(0) // 更新时间
|
|
|
|
|
|
|
+ createAt BigInt @default(0) // 创建时间
|
|
|
|
|
+ updateAt BigInt @default(0) // 更新时间
|
|
|
|
|
|
|
|
// Relations
|
|
// Relations
|
|
|
channel Channel @relation(fields: [channelId], references: [id])
|
|
channel Channel @relation(fields: [channelId], references: [id])
|