From cf4174bff770f82847caf7211ca3da012324bd6a Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 19 May 2021 01:06:16 +0800 Subject: [PATCH] Fix typo in column.go Avaiable -> Available --- schemas/column.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/column.go b/schemas/column.go index 5808b84d..24b53802 100644 --- a/schemas/column.go +++ b/schemas/column.go @@ -24,7 +24,7 @@ const ( type Column struct { Name string TableName string - FieldName string // Avaiable only when parsed from a struct + FieldName string // Available only when parsed from a struct SQLType SQLType IsJSON bool Length int