v 0. Pasted by null as cpp at 2010-10-25 01:10:46 MSK and set expiration to never.
v 1. Edited by Anonymous as cpp at 2010-10-25 02:49:09 MSK and set expiration to never.
v 2. Edited by Anonymous as cpp at 2010-10-25 02:49:33 MSK and set expiration to never.
v 3. Edited by Anonymous as cpp at 2010-10-25 02:51:17 MSK and set expiration to never.
v 4. Reverted by Anonymous to version 0 at 2010-10-25 03:02:55 MSK.
v 5. Edited by Anonymous as cpp at 2010-10-28 05:37:13 MSK and set expiration to never.
v 6. Edited by Anonymous as cpp at 2010-10-28 05:39:04 MSK and set expiration to never.
v 7. Reverted by bak to version 0 at 2010-12-26 19:12:09 MSK.
v 8. Reverted by Anonymous to version 0 at 2011-01-15 08:47:49 MSK.
v 9. Edited by Ex!le as cpp at 2012-07-21 12:59:31 MSK and set expiration to never.
v 10. Reverted by mklmk to version 0 at 2015-01-16 11:29:29 MSK.

Paste will expire never.

  1. USE [MuOnline_Insomina]
  2. GO
  3. /****** Object:  Table [dbo].[ZYZZ]    Script Date: 10/25/2010 03:09:04 ******/
  4. SET ANSI_NULLS ON
  5. GO
  6. SET QUOTED_IDENTIFIER ON
  7. GO
  8. CREATE TABLE [dbo].[ZYZZ](
  9.     [ServerID] [int] NULL,
  10.     [ZYWin] [int] NULL
  11. ) ON [PRIMARY]
  12. GO
  13. /****** Object:  Table [dbo].[ZenEvent]    Script Date: 10/25/2010 03:09:04 ******/
  14. SET ANSI_NULLS ON
  15. GO
  16. SET QUOTED_IDENTIFIER ON
  17. GO
  18. SET ANSI_PADDING ON
  19. GO
  20. CREATE TABLE [dbo].[ZenEvent](
  21.     [Guid] [int] IDENTITY(1,1) NOT NULL,
  22.     [AccountID] [varchar](10) NOT NULL,
  23.     [Zen] [int] NULL,
  24.  CONSTRAINT [PK_ZenEvent] PRIMARY KEY CLUSTERED
  25. (
  26.     [Guid] ASC,
  27.     [AccountID] ASC
  28. )WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]
  29. ) ON [PRIMARY]
  30. GO
  31. SET ANSI_PADDING OFF
  32. GO
  33. /****** Object:  Table [dbo].[Year_Statistics]    Script Date: 10/25/2010 03:09:04 ******/
  34. SET ANSI_NULLS ON
  35. GO
  36. SET QUOTED_IDENTIFIER ON
  37. GO
  38. CREATE TABLE [dbo].[Year_Statistics](
  39.     [Year] [smallint] NOT NULL,
  40.     [Month] [tinyint] NOT NULL,
  41.     [Day] [tinyint] NOT NULL,
  42.     [MaxCount] [int] NOT NULL,
  43.     [MinCount] [int] NOT NULL,
  44.     [AvgCount] [int] NOT NULL
  45. ) ON [PRIMARY]
  46. GO
  47. /****** Object:  Table [dbo].[WZ_CreateCharacter_Version]    Script Date: 10/25/2010 03:09:04 ******/
  48. SET ANSI_NULLS ON
  49. GO
  50. SET QUOTED_IDENTIFIER ON
  51. GO
  52. SET ANSI_PADDING ON
  53. GO
  54. CREATE TABLE [dbo].[WZ_CreateCharacter_Version](
  55.     [Version] [varchar](50) NULL
  56. ) ON [PRIMARY]
  57. GO
  58. SET ANSI_PADDING OFF
  59. GO
  60. /****** Object:  Table [dbo].[vote_system_links]    Script Date: 10/25/2010 03:09:04 ******/
  61. SET ANSI_NULLS ON
  62. GO
  63. SET QUOTED_IDENTIFIER ON
  64. GO
  65. CREATE TABLE [dbo].[vote_system_links](
  66.     [link] [nvarchar](500) NULL,
  67.     [img_src] [nvarchar](500) NULL,
  68.     [id] [int] NULL
  69. ) ON [PRIMARY]
  70. GO
  71. /****** Object:  Table [dbo].[vote_system_ip_vote_time]    Script Date: 10/25/2010 03:09:04 ******/
  72. SET ANSI_NULLS ON
  73. GO
  74. SET QUOTED_IDENTIFIER ON
  75. GO
  76. CREATE TABLE [dbo].[vote_system_ip_vote_time](
  77.     [ip] [nvarchar](50) NULL,
  78.     [time_next] [nvarchar](50) NULL,
  79.     [vote_id] [nvarchar](50) NULL,
  80.     [login] [nvarchar](50) NULL
  81. ) ON [PRIMARY]
  82. GO
  83. /****** Object:  Table [dbo].[VI_CURR_INFO]    Script Date: 10/25/2010 03:09:04 ******/
  84. SET ANSI_NULLS ON
  85. GO
  86. SET QUOTED_IDENTIFIER ON
  87. GO
  88. CREATE TABLE [dbo].[VI_CURR_INFO](
  89.     [ends_days] [nvarchar](8) NULL,
  90.     [chek_code] [nvarchar](1) NOT NULL,
  91.     [used_time] [int] NULL,
  92.     [memb___id] [nvarchar](10) NOT NULL,
  93.     [memb_name] [nvarchar](10) NOT NULL,
  94.     [memb_guid] [int] NOT NULL,
  95.     [sno__numb] [nvarchar](18) NOT NULL,
  96.     [Bill_Section] [int] NULL,
  97.     [Bill_Value] [int] NULL,
  98.     [Bill_Hour] [int] NULL,
  99.     [Surplus_Point] [int] NULL,
  100.     [Surplus_Minute] [datetime] NULL,
  101.     [Increase_Days] [datetime] NULL
  102. ) ON [PRIMARY]
  103. GO
  104. /****** Object:  Table [dbo].[WeekDay_Statistics]    Script Date: 10/25/2010 03:09:03 ******/
  105. SET ANSI_NULLS ON
  106. GO
  107. SET QUOTED_IDENTIFIER ON
  108. GO
  109. CREATE TABLE [dbo].[WeekDay_Statistics](
  110.     [Year] [smallint] NOT NULL,
  111.     [Week] [tinyint] NOT NULL,
  112.     [WeekDay] [tinyint] NOT NULL,
  113.     [Hour] [tinyint] NOT NULL,
  114.     [MaxCount] [int] NOT NULL,
  115.     [MinCount] [int] NOT NULL,
  116.     [AvgCount] [int] NOT NULL
  117. ) ON [PRIMARY]
  118. GO
  119. /****** Object:  Table [dbo].[Week_Statistics]    Script Date: 10/25/2010 03:09:03 ******/
  120. SET ANSI_NULLS ON
  121. GO
  122. SET QUOTED_IDENTIFIER ON
    <