diff --git a/hideout-core/src/main/kotlin/dev/usbharu/hideout/core/infrastructure/exposed/UriColumnType.kt b/hideout-core/src/main/kotlin/dev/usbharu/hideout/core/infrastructure/exposed/UriColumnType.kt index 57c22b9c..06f2388b 100644 --- a/hideout-core/src/main/kotlin/dev/usbharu/hideout/core/infrastructure/exposed/UriColumnType.kt +++ b/hideout-core/src/main/kotlin/dev/usbharu/hideout/core/infrastructure/exposed/UriColumnType.kt @@ -19,4 +19,4 @@ class UriColumnType(val colLength: Int) : ColumnType() { override fun notNullValueToDB(value: URI): Any = value.toString() } -fun Table.uri(name: String, colLength: Int): Column = registerColumn(name, UriColumnType(colLength)) \ No newline at end of file +fun Table.uri(name: String, colLength: Int): Column = registerColumn(name, UriColumnType(colLength))