From c620d2ad2e93633a0c337fec430b2179232ffe06 Mon Sep 17 00:00:00 2001 From: Nikitin Aleksandr Date: Mon, 25 Dec 2023 17:39:27 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20CreatedA?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/create_files/db_tables/db_tables.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/create_files/db_tables/db_tables.go b/internal/create_files/db_tables/db_tables.go index e73edb6..eaf5b9c 100644 --- a/internal/create_files/db_tables/db_tables.go +++ b/internal/create_files/db_tables/db_tables.go @@ -227,6 +227,7 @@ func FindTextColumn(TextModel string, Table1 *types.Table, Column1 *types.Column if config.Settings.USE_DEFAULT_TEMPLATE == true { if ColumnNameLowerCase == "created_at" { TextAutoCreateTime = ";autoCreateTime" + TextDefaultValue = "" } if ColumnNameLowerCase == "modified_at" {