Add ordered categories for room images
All checks were successful
build-and-deploy / build-deploy (push) Successful in 28s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 28s
This commit is contained in:
@@ -33,6 +33,12 @@ class RoomImage(
|
||||
@Column(name = "size_bytes", nullable = false)
|
||||
var sizeBytes: Long,
|
||||
|
||||
@Column(name = "sort_order")
|
||||
var sortOrder: Int? = null,
|
||||
|
||||
@Column
|
||||
var category: String? = null,
|
||||
|
||||
@Column(name = "created_at", nullable = false, columnDefinition = "timestamptz")
|
||||
val createdAt: OffsetDateTime = OffsetDateTime.now()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user