mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +00:00
Merge remote-tracking branch 'origin/repository-test' into repository-test
This commit is contained in:
+1
-1
@@ -19,4 +19,4 @@ class UriColumnType(val colLength: Int) : ColumnType<URI>() {
|
||||
override fun notNullValueToDB(value: URI): Any = value.toString()
|
||||
}
|
||||
|
||||
fun Table.uri(name: String, colLength: Int): Column<URI> = registerColumn(name, UriColumnType(colLength))
|
||||
fun Table.uri(name: String, colLength: Int): Column<URI> = registerColumn(name, UriColumnType(colLength))
|
||||
|
||||
Reference in New Issue
Block a user