refactor: add cid to article
This commit is contained in:
parent
47bdaf9b88
commit
f94813d4c2
|
@ -11,6 +11,7 @@ model Article {
|
||||||
id Int @id @default(autoincrement())
|
id Int @id @default(autoincrement())
|
||||||
title String
|
title String
|
||||||
slug String
|
slug String
|
||||||
|
cid String
|
||||||
url String
|
url String
|
||||||
createdAt DateTime @default(now())
|
createdAt DateTime @default(now())
|
||||||
updatedAt DateTime @updatedAt
|
updatedAt DateTime @updatedAt
|
||||||
|
|
Loading…
Reference in New Issue