mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
feat: 忘れていたプライマリキーの指定を追加
This commit is contained in:
+2
@@ -82,4 +82,6 @@ object Notifications : Table("notifications") {
|
||||
val text = varchar("text", 3000).nullable()
|
||||
val reactionId = long("reaction_id").references(Reactions.id).nullable()
|
||||
val createdAt = timestamp("created_at")
|
||||
|
||||
override val primaryKey: PrimaryKey = PrimaryKey(id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user