產生:初始/範例DB的流程
This commit is contained in:
5
data/initdb/include/dbo.company.Table.sql
Normal file
5
data/initdb/include/dbo.company.Table.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
SET IDENTITY_INSERT [dbo].[company] ON
|
||||
|
||||
INSERT [dbo].[company] ([num], [com_name], [com_mail], [bcc_mail], [pic_url], [menu], [log_class], [log_menu], [last_order_no], [adwidth], [wrp_news], [wrp_bar], [smtp_url], [smtp_port], [smtp_ssl], [smtp_user], [smtp_password], [smtp_def], [use_sender], [bed_order_no]) VALUES (1, N'道場管理', N'jsc.main001@gmail.com', N'', N'https://demo2.eztrust.tw/17168ERP', 0, 1, N'', N'AA2511230001', N'1000px', N'Y', N'Y', N'msa.hinet.net', N'25', N'N', N'17168erp', N'Zfo0mDh1+hKem67XYviQQA=', N'', N'N', N'ED2305120001')
|
||||
SET IDENTITY_INSERT [dbo].[company] OFF
|
||||
GO
|
||||
Reference in New Issue
Block a user