From 3a64e4dcd892b0ddc7441383ca720e4dd2dbfa80 Mon Sep 17 00:00:00 2001 From: halozhy Date: Thu, 10 Mar 2022 09:58:00 +0800 Subject: [PATCH] docs: add a tip to create db schema ahead of time (#547) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f88225c..49723934 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ Edit `conf/app.conf`, modify `dataSourceName` to correct database info, which fo username:password@tcp(database_ip:database_port)/ ``` +Then create an empty schema (database) named `casdoor` in your relational database. After the program runs for the first time, it will automatically create tables in this schema. + #### Run Casdoor provides two run modes, the difference is binary size and user prompt.