Knocks/BackEnd/Knoks.Operate/Scripts/03.DemoEntities.sql

20 lines
1.7 KiB
Transact-SQL

INSERT [dbo].[Signals] ([Currency1],[Currency2],[Currency],[ExchangeId],[TickerId],[CreatorUserId],[EntryPriceFrom],[EntryPriceTo],ExitPriceFrom,ExitPriceTo,[StopLoss],[HasTechnical],
[Technical_Header],[Technical_Description],[Technical_References],[Technical_Image_Url],[Technical_Image_FileName],[HasFundamental],[Fundamental_Header],[Fundamental_Description],
[Fundamental_References],[CreateDate],[PublishedDate],[Duration],[PotentialProfitValue],[PotentialProfit],
[KnokStatusId],[SellFinishDate],[DistanceFromTarget],[Price],[EntryPriceTouched],[Ranks]
,[ExitPriceTouched], [StopLossTouched], [HighRate], [LowRate])
VALUES('BTC', 'USD', 'BTC', 4, 4, 1, 1.11, 1.31, 1.4, 1.5, 1, 'false', NULL, NULL, NULL, NULL, NULL,
'false', NULL, NULL, NULL, GETUTCDATE(), GETUTCDATE(), 10, 0.06870229, 1, 1, '2018-06-23 09:12:09.7900000', NULL, 0.51, 0, 50,
0, 0, 0, 0)
GO
INSERT [dbo].[Signals] ([Currency1],[Currency2],[Currency],[ExchangeId],[TickerId],[CreatorUserId],[EntryPriceFrom],[EntryPriceTo],ExitPriceFrom,ExitPriceTo,[StopLoss],
[HasTechnical],[Technical_Header],[Technical_Description],[Technical_References],[Technical_Image_Url],[Technical_Image_FileName],[HasFundamental],[Fundamental_Header],
[Fundamental_Description],[Fundamental_References],[CreateDate],[PublishedDate],[Duration],[PotentialProfitValue],[PotentialProfit],[KnokStatusId],
[SellFinishDate],[DistanceFromTarget],[Price],[EntryPriceTouched],[Ranks]
,[ExitPriceTouched], [StopLossTouched], [HighRate], [LowRate])
VALUES('ETH', 'BTC', 'ETH', 1, 1, 2, 1.11, 1.31, 1.4, 1.5, 1, 'false', NULL, NULL, NULL, NULL, NULL, 'false', NULL, NULL, NULL,
GETUTCDATE(), GETUTCDATE(), 10, 0.06870229, 1, 3, '2018-06-23 09:12:09.7900000', NULL, 0.51, 0, 50,
0, 0, 0, 0)
GO