Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit a9bfadd

Browse files
twisti-devCopilot
andauthored
Update surf-cloud-api/surf-cloud-api-server/src/main/kotlin/dev/slne/surf/cloud/api/server/exposed/columns/NativeUuidColumnType.kt
Co-authored-by: Copilot <[email protected]>
1 parent ce03675 commit a9bfadd

File tree

1 file changed

+1
-1
lines changed
  • surf-cloud-api/surf-cloud-api-server/src/main/kotlin/dev/slne/surf/cloud/api/server/exposed/columns

1 file changed

+1
-1
lines changed

surf-cloud-api/surf-cloud-api-server/src/main/kotlin/dev/slne/surf/cloud/api/server/exposed/columns/NativeUuidColumnType.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.util.*
99

1010
class NativeUuidColumnType : ColumnType<UUID>() {
1111
@Language("SQL")
12-
override fun sqlType() = "UUID()"
12+
override fun sqlType() = "UUID"
1313

1414
override fun valueFromDB(value: Any): UUID? = when (value) {
1515
is UUID -> value

0 commit comments

Comments
 (0)