mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-02-21 19:50:32 +08:00
!609 ID列存在换行符造成SQL Server建库时列名异常,并造成后续相关命令执行失败
Merge pull request !609 from samisgod/master
This commit is contained in:
commit
5d4a750dfb
@ -5815,8 +5815,7 @@ GO
|
|||||||
|
|
||||||
CREATE TABLE [dbo].[system_dict_type]
|
CREATE TABLE [dbo].[system_dict_type]
|
||||||
(
|
(
|
||||||
[
|
[id]
|
||||||
id]
|
|
||||||
bigint
|
bigint
|
||||||
IDENTITY
|
IDENTITY
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user