mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-26 17:05:23 +08:00
!609 ID列存在换行符造成SQL Server建库时列名异常,并造成后续相关命令执行失败
Merge pull request !609 from samisgod/master
This commit is contained in:
@ -5815,8 +5815,7 @@ GO
|
|||||||
|
|
||||||
CREATE TABLE [dbo].[system_dict_type]
|
CREATE TABLE [dbo].[system_dict_type]
|
||||||
(
|
(
|
||||||
[
|
[id]
|
||||||
id]
|
|
||||||
bigint
|
bigint
|
||||||
IDENTITY
|
IDENTITY
|
||||||
(
|
(
|
||||||
|
Reference in New Issue
Block a user