From 5481865ee5e62da09dfbc2b2c1028daafeb7c10d Mon Sep 17 00:00:00 2001 From: qqxhb <1252905006@qq.com> Date: Thu, 16 Jun 2022 20:30:19 +0800 Subject: [PATCH] feat: fmt --- migrator.go | 1 + 1 file changed, 1 insertion(+) diff --git a/migrator.go b/migrator.go index 39c4871b9d..34e888f2b1 100644 --- a/migrator.go +++ b/migrator.go @@ -50,6 +50,7 @@ type ColumnType interface { Comment() (value string, ok bool) DefaultValue() (value string, ok bool) } + type Index interface { Table() string Name() string