From a1bfc2a77fb8eb385ab663bca2aa22c6a2659e74 Mon Sep 17 00:00:00 2001 From: Raymond Yang Date: Tue, 24 May 2022 09:25:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E7=84=A1=E7=94=A8=E7=9A=84im?= =?UTF-8?q?port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/com/ray650128/entity/Users.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/kotlin/com/ray650128/entity/Users.kt b/src/main/kotlin/com/ray650128/entity/Users.kt index b1a61d1..c3d6265 100644 --- a/src/main/kotlin/com/ray650128/entity/Users.kt +++ b/src/main/kotlin/com/ray650128/entity/Users.kt @@ -1,10 +1,6 @@ package com.ray650128.entity import org.jetbrains.exposed.dao.id.LongIdTable -import org.jetbrains.exposed.sql.Table.Dual.default -import org.jetbrains.exposed.sql.Table.Dual.long -import org.jetbrains.exposed.sql.Table.Dual.uniqueIndex -import org.jetbrains.exposed.sql.Table.Dual.varchar object Users : LongIdTable() { var name = varchar("name", 50)