From dcd686a255631a526268266cb712d0e12efffe50 Mon Sep 17 00:00:00 2001 From: hantmac Date: Tue, 31 Mar 2020 18:53:58 +0800 Subject: [PATCH] update --- cmd/fuckdb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/fuckdb.json b/cmd/fuckdb.json index e33bee5..12f5fbe 100644 --- a/cmd/fuckdb.json +++ b/cmd/fuckdb.json @@ -2,13 +2,13 @@ "db": { "host": "localhost", "port": 3306, - "password": "hanshanboss", + "password": "password", "user": "root", "table": "cars", - "database": "ent_example", + "database": "db_example", "packageName": "test", "structName": "test", "jsonAnnotation": true, "gormAnnotation": true } -} \ No newline at end of file +}