Browse Source

fix db creation error

samisgod 1 year ago
parent
commit
a4d6d5e6c3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      sql/sqlserver/ruoyi-vue-pro.sql

+ 1 - 2
sql/sqlserver/ruoyi-vue-pro.sql

@@ -5815,8 +5815,7 @@ GO
 
 CREATE TABLE [dbo].[system_dict_type]
 (
-    [
-    id]
+    [id]
     bigint
     IDENTITY
 (