Вы находитесь на странице: 1из 6

USE [Powerview]

GO

/****** Object: Table [dbo].[hist_loclist] Script Date: 05/15/2018


07:38:40 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[hist_loclist](


[shiftindex] [int] NULL,
[cliID] [int] NULL,
[ddbkey] [int] NULL,
[locid] [nvarchar](256) NULL,
[pit] [nvarchar](256) NULL,
[region] [nvarchar](256) NULL,
[elev] [float] NULL,
[unit#] [int] NULL,
[unit] [nvarchar](256) NULL,
[xloc] [float] NULL,
[yloc] [float] NULL,
[zloc] [float] NULL
) ON [PRIMARY]

GO

USE [Powerview]
GO

/****** Object: Table [dbo].[hist_loads] Script Date: 05/15/2018


07:38:10 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[hist_loads](


[shiftindex] [int] NULL,
[cliID] [int] NULL,
[ddbkey] [int] NULL,
[truck] [nvarchar](256) NULL,
[excav] [nvarchar](256) NULL,
[grade] [nvarchar](256) NULL,
[loc] [nvarchar](256) NULL,
[dumprec] [float] NULL,
[measureton] [float] NULL,
[timearrive] [float] NULL,
[timeload] [float] NULL,
[timefull] [float] NULL,
[ctrteh] [float] NULL,
[ctrtfh] [float] NULL,
[atrteh] [float] NULL,
[atrtfh] [float] NULL,
[load] [float] NULL,
[extraload] [float] NULL,
[lift_up] [float] NULL,
[lift_down] [float] NULL,
[liftdist_u] [float] NULL,
[liftdist_d] [float] NULL,
[disteh] [float] NULL,
[distfh] [float] NULL,
[efheh] [float] NULL,
[efhfh] [float] NULL,
[loadtype] [float] NULL,
[loadtons] [float] NULL,
[shiftlink] [float] NULL,
[oper] [nvarchar](256) NULL,
[eoper] [nvarchar](256) NULL,
[beginspot] [float] NULL,
[queuetime] [float] NULL,
[spottime] [float] NULL,
[loadingtim] [float] NULL,
[fullhaul] [float] NULL,
[dumptime] [float] NULL,
[emptyhaul] [float] NULL,
[hangtime] [float] NULL,
[idletime] [float] NULL,
[excavnextl] [float] NULL,
[excavprevl] [float] NULL,
[loadnumber] [float] NULL,
[val_sp] [float] NULL,
[val_ld] [float] NULL,
[val_mt] [float] NULL,
[val_spld] [float] NULL,
[val_spldmt] [float] NULL,
[val_ehaul] [float] NULL,
[val_fhaul] [float] NULL,
[ot] [float] NULL,
[ut] [float] NULL,
[isp] [float] NULL,
[ild] [float] NULL,
[ifh] [float] NULL,
[ieh] [float] NULL,
[dmp] [float] NULL,
[tk_tmcat00] [float] NULL,
[tk_tmcat01] [float] NULL,
[tk_tmcat02] [float] NULL,
[tk_tmcat03] [float] NULL,
[tk_tmcat04] [float] NULL,
[tk_tmcat05] [float] NULL,
[tk_tmcat06] [float] NULL,
[tk_tmcat07] [float] NULL,
[tk_tmcat08] [float] NULL,
[tk_tmcat09] [float] NULL,
[tk_tmcat10] [float] NULL,
[tk_tmcat11] [float] NULL,
[tk_tmcat12] [float] NULL,
[tk_tmcat13] [float] NULL,
[tk_tmcat14] [float] NULL,
[tk_tmcat15] [float] NULL,
[tk_tmcat16] [float] NULL,
[tk_tmcat17] [float] NULL,
[tk_tmcat18] [float] NULL,
[tk_tmcat19] [float] NULL,
[ex_tmcat00] [float] NULL,
[ex_tmcat01] [float] NULL,
[ex_tmcat02] [float] NULL,
[ex_tmcat03] [float] NULL,
[ex_tmcat04] [float] NULL,
[ex_tmcat05] [float] NULL,
[ex_tmcat06] [float] NULL,
[ex_tmcat07] [float] NULL,
[ex_tmcat08] [float] NULL,
[ex_tmcat09] [float] NULL,
[ex_tmcat10] [float] NULL,
[ex_tmcat11] [float] NULL,
[ex_tmcat12] [float] NULL,
[ex_tmcat13] [float] NULL,
[ex_tmcat14] [float] NULL,
[ex_tmcat15] [float] NULL,
[ex_tmcat16] [float] NULL,
[ex_tmcat17] [float] NULL,
[ex_tmcat18] [float] NULL,
[ex_tmcat19] [float] NULL,
[hos] [float] NULL,
[intvl] [nvarchar](256) NULL,
[gpsxtkl] [float] NULL,
[gpsytkl] [float] NULL,
[gpsztkl] [float] NULL,
[firstdippe] [float] NULL,
[lastdipper] [float] NULL,
[bktcnt] [float] NULL,
[bkttime00] [float] NULL,
[bkttime01] [float] NULL,
[bkttime02] [float] NULL,
[bkttime03] [float] NULL,
[bkttime04] [float] NULL,
[bkttime05] [float] NULL,
[bkttime06] [float] NULL,
[bkttime07] [float] NULL,
[bkttime08] [float] NULL,
[bkttime09] [float] NULL,
[bkttime10] [float] NULL,
[bkttime11] [float] NULL,
[bkttime12] [float] NULL,
[bkttime13] [float] NULL,
[bkttime14] [float] NULL,
[bkttons00] [float] NULL,
[bkttons01] [float] NULL,
[bkttons02] [float] NULL,
[bkttons03] [float] NULL,
[bkttons04] [float] NULL,
[bkttons05] [float] NULL,
[bkttons06] [float] NULL,
[bkttons07] [float] NULL,
[bkttons08] [float] NULL,
[bkttons09] [float] NULL,
[bkttons10] [float] NULL,
[bkttons11] [float] NULL,
[bkttons12] [float] NULL,
[bkttons13] [float] NULL,
[bkttons14] [float] NULL,
[caestime] [float] NULL,
[caesblock] [nvarchar](256) NULL,
[caesdips] [float] NULL,
[caesqual] [float] NULL,
[caesreqs] [float] NULL,
[caesgpsx] [float] NULL,
[caesgpsy] [float] NULL,
[caesgpsz] [float] NULL,
[caescom] [nvarchar](256) NULL,
[caesgpsmat] [nvarchar](256) NULL,
[dlock] [nvarchar](256) NULL,
[elock] [nvarchar](256) NULL,
[edlock] [nvarchar](256) NULL
) ON [PRIMARY]

GO

USE [Powerview]
GO

/****** Object: Table [dbo].[hist_exproot] Script Date: 05/15/2018


10:13:02 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[hist_exproot](


[shiftdate] [smalldatetime] NULL,
[cliID] [int] NULL,
[ddbkey] [int] NULL,
[shiftindex] [int] NULL,
[name] [nvarchar](256) NULL,
[year] [float] NULL,
[month#] [int] NULL,
[month] [nvarchar](256) NULL,
[day] [float] NULL,
[shift#] [int] NULL,
[shift] [nvarchar](256) NULL,
[date] [float] NULL,
[start] [float] NULL,
[crew#] [int] NULL,
[crew] [nvarchar](256) NULL,
[len] [float] NULL,
[disptime] [float] NULL,
[holiday] [float] NULL,
[ddmmyy] [nvarchar](256) NULL,
[finyear] [float] NULL,
[finquarter] [float] NULL,
[finmonth] [float] NULL,
[finweek] [float] NULL
) ON [PRIMARY]

GO

USE [Powerview]
GO

/****** Object: Table [dbo].[hist_roaddump] Script Date: 05/15/2018


10:14:29 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[hist_roaddump](


[shiftindex] [int] NULL,
[cliID] [int] NULL,
[ddbkey] [int] NULL,
[id] [nvarchar](256) NULL,
[locstart] [nvarchar](256) NULL,
[locend] [nvarchar](256) NULL,
[dist] [float] NULL,
[startx] [float] NULL,
[starty] [float] NULL,
[startz] [float] NULL,
[endx] [float] NULL,
[endy] [float] NULL,
[endz] [float] NULL,
[grade] [float] NULL,
[xgraph_0] [float] NULL,
[xgraph_1] [float] NULL,
[xgraph_2] [float] NULL,
[ygraph_1] [float] NULL,
[ygraph_2] [float] NULL,
[closed] [float] NULL,
[timeempty] [float] NULL,
[timeloaded] [float] NULL
) ON [PRIMARY]

GO

Вам также может понравиться