-
Notifications
You must be signed in to change notification settings - Fork 0
/
octobercms.sql
executable file
·863 lines (731 loc) · 69.2 KB
/
octobercms.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
-- phpMyAdmin SQL Dump
-- version 4.5.4.1deb2ubuntu2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 01, 2017 at 06:41 PM
-- Server version: 5.7.18-0ubuntu0.16.04.1
-- PHP Version: 7.0.15-0ubuntu0.16.04.4
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `octobercms`
--
-- --------------------------------------------------------
--
-- Table structure for table `backend_access_log`
--
CREATE TABLE `backend_access_log` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(10) UNSIGNED NOT NULL,
`ip_address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `backend_access_log`
--
INSERT INTO `backend_access_log` (`id`, `user_id`, `ip_address`, `created_at`, `updated_at`) VALUES
(1, 1, '127.0.0.1', '2017-06-01 06:50:20', '2017-06-01 06:50:20');
-- --------------------------------------------------------
--
-- Table structure for table `backend_users`
--
CREATE TABLE `backend_users` (
`id` int(10) UNSIGNED NOT NULL,
`first_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`last_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`login` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`password` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`activation_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`persist_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`reset_password_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`permissions` text COLLATE utf8_unicode_ci,
`is_activated` tinyint(1) NOT NULL DEFAULT '0',
`activated_at` timestamp NULL DEFAULT NULL,
`last_login` timestamp NULL DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`is_superuser` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `backend_users`
--
INSERT INTO `backend_users` (`id`, `first_name`, `last_name`, `login`, `email`, `password`, `activation_code`, `persist_code`, `reset_password_code`, `permissions`, `is_activated`, `activated_at`, `last_login`, `created_at`, `updated_at`, `is_superuser`) VALUES
(1, 'cygnet', 'infotech', 'admin', '[email protected]', '$2y$10$IPxiemd.a7me400Ip2KQOuTx93L5427Gt285AxJcen5cU5wRAHoXq', NULL, '$2y$10$WEKt0whBczXWGRRrFq9SDO/9xsaaEd6lhpDdeTuTGJgkrzaFtCQKa', NULL, '', 1, NULL, '2017-06-01 06:50:20', '2017-06-01 06:48:41', '2017-06-01 06:50:20', 1);
-- --------------------------------------------------------
--
-- Table structure for table `backend_users_groups`
--
CREATE TABLE `backend_users_groups` (
`user_id` int(10) UNSIGNED NOT NULL,
`user_group_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `backend_users_groups`
--
INSERT INTO `backend_users_groups` (`user_id`, `user_group_id`) VALUES
(1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `backend_user_groups`
--
CREATE TABLE `backend_user_groups` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`permissions` text COLLATE utf8_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`description` text COLLATE utf8_unicode_ci,
`is_new_user_default` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `backend_user_groups`
--
INSERT INTO `backend_user_groups` (`id`, `name`, `permissions`, `created_at`, `updated_at`, `code`, `description`, `is_new_user_default`) VALUES
(1, 'Owners', NULL, '2017-06-01 06:48:41', '2017-06-01 06:48:41', 'owners', 'Default group for website owners.', 0);
-- --------------------------------------------------------
--
-- Table structure for table `backend_user_preferences`
--
CREATE TABLE `backend_user_preferences` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(10) UNSIGNED NOT NULL,
`namespace` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`group` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`item` varchar(150) COLLATE utf8_unicode_ci NOT NULL,
`value` text COLLATE utf8_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `backend_user_throttle`
--
CREATE TABLE `backend_user_throttle` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(10) UNSIGNED DEFAULT NULL,
`ip_address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`attempts` int(11) NOT NULL DEFAULT '0',
`last_attempt_at` timestamp NULL DEFAULT NULL,
`is_suspended` tinyint(1) NOT NULL DEFAULT '0',
`suspended_at` timestamp NULL DEFAULT NULL,
`is_banned` tinyint(1) NOT NULL DEFAULT '0',
`banned_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `backend_user_throttle`
--
INSERT INTO `backend_user_throttle` (`id`, `user_id`, `ip_address`, `attempts`, `last_attempt_at`, `is_suspended`, `suspended_at`, `is_banned`, `banned_at`) VALUES
(1, 1, '127.0.0.1', 0, NULL, 0, NULL, 0, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `cache`
--
CREATE TABLE `cache` (
`key` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`value` longtext COLLATE utf8_unicode_ci NOT NULL,
`expiration` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `cms_theme_data`
--
CREATE TABLE `cms_theme_data` (
`id` int(10) UNSIGNED NOT NULL,
`theme` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`data` mediumtext COLLATE utf8_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `cms_theme_logs`
--
CREATE TABLE `cms_theme_logs` (
`id` int(10) UNSIGNED NOT NULL,
`type` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
`theme` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`template` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`old_template` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`content` longtext COLLATE utf8_unicode_ci,
`old_content` longtext COLLATE utf8_unicode_ci,
`user_id` int(11) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `cygnet_post_`
--
CREATE TABLE `cygnet_post_` (
`id` int(10) UNSIGNED NOT NULL,
`post_title` varchar(500) COLLATE utf8_unicode_ci NOT NULL,
`post_description` text COLLATE utf8_unicode_ci NOT NULL,
`parent` int(11) NOT NULL DEFAULT '0',
`order` decimal(10,2) NOT NULL DEFAULT '0.00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `cygnet_post_`
--
INSERT INTO `cygnet_post_` (`id`, `post_title`, `post_description`, `parent`, `order`) VALUES
(1, 'What is Gftx', '<p>Gftx is a website</p>', 0, '1.00'),
(2, 'test', '<p>test</p>', 1, '2.00');
-- --------------------------------------------------------
--
-- Table structure for table `deferred_bindings`
--
CREATE TABLE `deferred_bindings` (
`id` int(10) UNSIGNED NOT NULL,
`master_type` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`master_field` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`slave_type` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`slave_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`session_key` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`is_bind` tinyint(1) NOT NULL DEFAULT '1',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `failed_jobs`
--
CREATE TABLE `failed_jobs` (
`id` int(10) UNSIGNED NOT NULL,
`connection` text COLLATE utf8_unicode_ci NOT NULL,
`queue` text COLLATE utf8_unicode_ci NOT NULL,
`payload` text COLLATE utf8_unicode_ci NOT NULL,
`failed_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `jobs`
--
CREATE TABLE `jobs` (
`id` bigint(20) UNSIGNED NOT NULL,
`queue` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`payload` text COLLATE utf8_unicode_ci NOT NULL,
`attempts` tinyint(3) UNSIGNED NOT NULL,
`reserved` tinyint(3) UNSIGNED NOT NULL,
`reserved_at` int(10) UNSIGNED DEFAULT NULL,
`available_at` int(10) UNSIGNED NOT NULL,
`created_at` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `migrations`
--
CREATE TABLE `migrations` (
`migration` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `migrations`
--
INSERT INTO `migrations` (`migration`, `batch`) VALUES
('2013_10_01_000001_Db_Deferred_Bindings', 1),
('2013_10_01_000002_Db_System_Files', 1),
('2013_10_01_000003_Db_System_Plugin_Versions', 1),
('2013_10_01_000004_Db_System_Plugin_History', 1),
('2013_10_01_000005_Db_System_Settings', 1),
('2013_10_01_000006_Db_System_Parameters', 1),
('2013_10_01_000007_Db_System_Add_Disabled_Flag', 1),
('2013_10_01_000008_Db_System_Mail_Templates', 1),
('2013_10_01_000009_Db_System_Mail_Layouts', 1),
('2014_10_01_000010_Db_Jobs', 1),
('2014_10_01_000011_Db_System_Event_Logs', 1),
('2014_10_01_000012_Db_System_Request_Logs', 1),
('2014_10_01_000013_Db_System_Sessions', 1),
('2015_10_01_000014_Db_System_Mail_Layout_Rename', 1),
('2015_10_01_000015_Db_System_Add_Frozen_Flag', 1),
('2015_10_01_000016_Db_Cache', 1),
('2015_10_01_000017_Db_System_Revisions', 1),
('2015_10_01_000018_Db_FailedJobs', 1),
('2016_10_01_000019_Db_System_Plugin_History_Detail_Text', 1),
('2016_10_01_000020_Db_System_Timestamp_Fix', 1),
('2013_10_01_000001_Db_Backend_Users', 2),
('2013_10_01_000002_Db_Backend_User_Groups', 2),
('2013_10_01_000003_Db_Backend_Users_Groups', 2),
('2013_10_01_000004_Db_Backend_User_Throttle', 2),
('2014_01_04_000005_Db_Backend_User_Preferences', 2),
('2014_10_01_000006_Db_Backend_Access_Log', 2),
('2014_10_01_000007_Db_Backend_Add_Description_Field', 2),
('2015_10_01_000008_Db_Backend_Add_Superuser_Flag', 2),
('2016_10_01_000009_Db_Backend_Timestamp_Fix', 2),
('2014_10_01_000001_Db_Cms_Theme_Data', 3),
('2016_10_01_000002_Db_Cms_Timestamp_Fix', 3),
('2017_10_01_000003_Db_Cms_Theme_Logs', 3);
-- --------------------------------------------------------
--
-- Table structure for table `sessions`
--
CREATE TABLE `sessions` (
`id` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`payload` text COLLATE utf8_unicode_ci,
`last_activity` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `system_event_logs`
--
CREATE TABLE `system_event_logs` (
`id` int(10) UNSIGNED NOT NULL,
`level` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`message` text COLLATE utf8_unicode_ci,
`details` mediumtext COLLATE utf8_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `system_event_logs`
--
INSERT INTO `system_event_logs` (`id`, `level`, `message`, `details`, `created_at`, `updated_at`) VALUES
(1, 'error', 'October\\Rain\\Exception\\ApplicationException: The model class Cygnet\\Post\\Models\\Post must define a method getParentOptions() returning options for the \'parent\' form field. in /var/www/html/octobercms/modules/backend/widgets/Form.php:1062\nStack trace:\n#0 /var/www/html/octobercms/modules/backend/widgets/Form.php(717): Backend\\Widgets\\Form->getOptionsFromModel(Object(Backend\\Classes\\FormField), NULL)\n#1 /var/www/html/octobercms/modules/backend/classes/FormField.php(226): Backend\\Widgets\\Form->Backend\\Widgets\\{closure}()\n#2 /var/www/html/octobercms/modules/backend/widgets/form/partials/_field_dropdown.htm(2): Backend\\Classes\\FormField->options()\n#3 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(244): include(\'/var/www/html/o...\')\n#4 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(98): Backend\\Classes\\WidgetBase->makeFileContents(\'/var/www/html/o...\', Array)\n#5 /var/www/html/octobercms/modules/backend/widgets/Form.php(273): Backend\\Classes\\WidgetBase->makePartial(\'_field_dropdown...\', Array)\n#6 /var/www/html/octobercms/modules/backend/widgets/form/partials/_field.htm(22): Backend\\Widgets\\Form->renderFieldElement(Object(Backend\\Classes\\FormField))\n#7 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(244): include(\'/var/www/html/o...\')\n#8 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(98): Backend\\Classes\\WidgetBase->makeFileContents(\'/var/www/html/o...\', Array)\n#9 /var/www/html/octobercms/modules/backend/widgets/form/partials/_field-container.htm(8): Backend\\Classes\\WidgetBase->makePartial(\'_field.htm\', Array)\n#10 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(244): include(\'/var/www/html/o...\')\n#11 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(98): Backend\\Classes\\WidgetBase->makeFileContents(\'/var/www/html/o...\', Array)\n#12 /var/www/html/octobercms/modules/backend/widgets/form/partials/_form_fields.htm(2): Backend\\Classes\\WidgetBase->makePartial(\'_field-containe...\', Array)\n#13 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(244): include(\'/var/www/html/o...\')\n#14 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(98): Backend\\Classes\\WidgetBase->makeFileContents(\'/var/www/html/o...\', Array)\n#15 /var/www/html/octobercms/modules/backend/widgets/form/partials/_section.htm(17): Backend\\Classes\\WidgetBase->makePartial(\'_form_fields.ht...\', Array)\n#16 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(244): include(\'/var/www/html/o...\')\n#17 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(98): Backend\\Classes\\WidgetBase->makeFileContents(\'/var/www/html/o...\', Array)\n#18 /var/www/html/octobercms/modules/backend/widgets/form/partials/_form.htm(3): Backend\\Classes\\WidgetBase->makePartial(\'_section.htm\', Array)\n#19 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(244): include(\'/var/www/html/o...\')\n#20 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(98): Backend\\Classes\\WidgetBase->makeFileContents(\'/var/www/html/o...\', Array)\n#21 /var/www/html/octobercms/modules/backend/widgets/form/partials/_form-container.htm(8): Backend\\Classes\\WidgetBase->makePartial(\'_form.htm\')\n#22 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(244): include(\'/var/www/html/o...\')\n#23 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(98): Backend\\Classes\\WidgetBase->makeFileContents(\'/var/www/html/o...\', Array)\n#24 /var/www/html/octobercms/modules/backend/widgets/Form.php(227): Backend\\Classes\\WidgetBase->makePartial(\'_form-container...\', Array)\n#25 /var/www/html/octobercms/modules/backend/behaviors/FormController.php(414): Backend\\Widgets\\Form->render(Array)\n#26 [internal function]: Backend\\Behaviors\\FormController->formRender()\n#27 /var/www/html/octobercms/vendor/october/rain/src/Extension/ExtendableTrait.php(371): call_user_func_array(Array, Array)\n#28 /var/www/html/octobercms/vendor/october/rain/src/Extension/Extendable.php(42): October\\Rain\\Extension\\Extendable->extendableCall(\'formRender\', Array)\n#29 /var/www/html/octobercms/plugins/cygnet/post/controllers/post/create.htm(13): October\\Rain\\Extension\\Extendable->__call(\'formRender\', Array)\n#30 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(244): include(\'/var/www/html/o...\')\n#31 /var/www/html/octobercms/modules/system/traits/ViewMaker.php(110): Backend\\Classes\\Controller->makeFileContents(\'/var/www/html/o...\')\n#32 /var/www/html/octobercms/modules/backend/classes/Controller.php(375): Backend\\Classes\\Controller->makeView(\'create\')\n#33 /var/www/html/octobercms/modules/backend/classes/Controller.php(257): Backend\\Classes\\Controller->execPageAction(\'create\', Array)\n#34 /var/www/html/octobercms/modules/backend/classes/BackendController.php(112): Backend\\Classes\\Controller->run(\'create\', Array)\n#35 [internal function]: Backend\\Classes\\BackendController->run(\'cygnet/post/pos...\')\n#36 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(256): call_user_func_array(Array, Array)\n#37 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(164): Illuminate\\Routing\\Controller->callAction(\'run\', Array)\n#38 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(112): Illuminate\\Routing\\ControllerDispatcher->call(Object(Backend\\Classes\\BackendController), Object(Illuminate\\Routing\\Route), \'run\')\n#39 [internal function]: Illuminate\\Routing\\ControllerDispatcher->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))\n#40 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#41 [internal function]: Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#42 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#43 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(114): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#44 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(67): Illuminate\\Routing\\ControllerDispatcher->callWithinStack(Object(Backend\\Classes\\BackendController), Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request), \'run\')\n#45 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Route.php(203): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request), \'Backend\\\\Classes...\', \'run\')\n#46 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Route.php(134): Illuminate\\Routing\\Route->runWithCustomDispatcher(Object(Illuminate\\Http\\Request))\n#47 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(708): Illuminate\\Routing\\Route->run(Object(Illuminate\\Http\\Request))\n#48 [internal function]: Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))\n#49 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#50 [internal function]: Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#51 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#52 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(710): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#53 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(673): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))\n#54 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(635): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))\n#55 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(236): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))\n#56 [internal function]: Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))\n#57 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#58 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#59 [internal function]: Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#60 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#61 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(62): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#62 [internal function]: Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#63 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#64 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#65 [internal function]: Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#66 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#67 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(59): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#68 [internal function]: Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#69 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#70 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php(44): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#71 [internal function]: Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#72 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#73 [internal function]: Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#74 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#75 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#76 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(87): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))\n#77 /var/www/html/octobercms/index.php(43): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))\n#78 /var/www/html/octobercms/server.php(18): require_once(\'/var/www/html/o...\')\n#79 {main}', NULL, '2017-06-01 06:56:43', '2017-06-01 06:56:43'),
(2, 'error', 'ErrorException: Array to string conversion in /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Database/Schema/MySqlBuilder.php:36\nStack trace:\n#0 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Database/Schema/MySqlBuilder.php(36): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(8, \'Array to string...\', \'/var/www/html/o...\', 36, Array)\n#1 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(215): Illuminate\\Database\\Schema\\MySqlBuilder->getColumnListing(Array)\n#2 /var/www/html/octobercms/plugins/rainlab/builder/classes/ModelModel.php(190): Illuminate\\Support\\Facades\\Facade::__callStatic(\'getColumnListin...\', Array)\n#3 /var/www/html/octobercms/plugins/rainlab/builder/classes/ComponentHelper.php(97): RainLab\\Builder\\Classes\\ModelModel::getModelFields(Object(RainLab\\Builder\\Classes\\PluginCode), \'Settings\')\n#4 /var/www/html/octobercms/plugins/rainlab/builder/components/RecordList.php(182): RainLab\\Builder\\Classes\\ComponentHelper->listModelColumnNames()\n#5 /var/www/html/octobercms/modules/backend/traits/InspectableContainer.php(54): RainLab\\Builder\\Components\\RecordList->getDisplayColumnOptions()\n#6 [internal function]: Cms\\Controllers\\Index->onInspectableGetOptions()\n#7 /var/www/html/octobercms/modules/backend/classes/Controller.php(546): call_user_func_array(Array, Array)\n#8 /var/www/html/octobercms/modules/backend/classes/Controller.php(429): Backend\\Classes\\Controller->runAjaxHandler(\'onInspectableGe...\')\n#9 /var/www/html/octobercms/modules/backend/classes/Controller.php(239): Backend\\Classes\\Controller->execAjaxHandlers()\n#10 /var/www/html/octobercms/modules/backend/classes/BackendController.php(95): Backend\\Classes\\Controller->run(\'index\', Array)\n#11 [internal function]: Backend\\Classes\\BackendController->run(\'cms\')\n#12 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(256): call_user_func_array(Array, Array)\n#13 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(164): Illuminate\\Routing\\Controller->callAction(\'run\', Array)\n#14 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(112): Illuminate\\Routing\\ControllerDispatcher->call(Object(Backend\\Classes\\BackendController), Object(Illuminate\\Routing\\Route), \'run\')\n#15 [internal function]: Illuminate\\Routing\\ControllerDispatcher->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))\n#16 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#17 [internal function]: Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#18 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#19 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(114): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#20 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(67): Illuminate\\Routing\\ControllerDispatcher->callWithinStack(Object(Backend\\Classes\\BackendController), Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request), \'run\')\n#21 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Route.php(203): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request), \'Backend\\\\Classes...\', \'run\')\n#22 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Route.php(134): Illuminate\\Routing\\Route->runWithCustomDispatcher(Object(Illuminate\\Http\\Request))\n#23 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(708): Illuminate\\Routing\\Route->run(Object(Illuminate\\Http\\Request))\n#24 [internal function]: Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))\n#25 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#26 [internal function]: Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#27 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#28 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(710): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#29 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(673): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))\n#30 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(635): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))\n#31 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(236): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))\n#32 [internal function]: Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))\n#33 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#34 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#35 [internal function]: Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#36 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#37 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(62): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#38 [internal function]: Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#39 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#40 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#41 [internal function]: Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#42 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#43 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(59): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#44 [internal function]: Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#45 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#46 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php(44): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#47 [internal function]: Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#48 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#49 [internal function]: Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#50 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#51 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#52 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(87): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))\n#53 /var/www/html/octobercms/index.php(43): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))\n#54 /var/www/html/octobercms/server.php(18): require_once(\'/var/www/html/o...\')\n#55 {main}', NULL, '2017-06-01 07:36:31', '2017-06-01 07:36:31'),
(3, 'error', 'ErrorException: Array to string conversion in /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Database/Schema/MySqlBuilder.php:36\nStack trace:\n#0 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Database/Schema/MySqlBuilder.php(36): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(8, \'Array to string...\', \'/var/www/html/o...\', 36, Array)\n#1 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(215): Illuminate\\Database\\Schema\\MySqlBuilder->getColumnListing(Array)\n#2 /var/www/html/octobercms/plugins/rainlab/builder/classes/ModelModel.php(190): Illuminate\\Support\\Facades\\Facade::__callStatic(\'getColumnListin...\', Array)\n#3 /var/www/html/octobercms/plugins/rainlab/builder/classes/ComponentHelper.php(97): RainLab\\Builder\\Classes\\ModelModel::getModelFields(Object(RainLab\\Builder\\Classes\\PluginCode), \'Settings\')\n#4 /var/www/html/octobercms/plugins/rainlab/builder/components/RecordList.php(187): RainLab\\Builder\\Classes\\ComponentHelper->listModelColumnNames()\n#5 /var/www/html/octobercms/modules/backend/traits/InspectableContainer.php(54): RainLab\\Builder\\Components\\RecordList->getDetailsKeyColumnOptions()\n#6 [internal function]: Cms\\Controllers\\Index->onInspectableGetOptions()\n#7 /var/www/html/octobercms/modules/backend/classes/Controller.php(546): call_user_func_array(Array, Array)\n#8 /var/www/html/octobercms/modules/backend/classes/Controller.php(429): Backend\\Classes\\Controller->runAjaxHandler(\'onInspectableGe...\')\n#9 /var/www/html/octobercms/modules/backend/classes/Controller.php(239): Backend\\Classes\\Controller->execAjaxHandlers()\n#10 /var/www/html/octobercms/modules/backend/classes/BackendController.php(95): Backend\\Classes\\Controller->run(\'index\', Array)\n#11 [internal function]: Backend\\Classes\\BackendController->run(\'cms\')\n#12 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(256): call_user_func_array(Array, Array)\n#13 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(164): Illuminate\\Routing\\Controller->callAction(\'run\', Array)\n#14 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(112): Illuminate\\Routing\\ControllerDispatcher->call(Object(Backend\\Classes\\BackendController), Object(Illuminate\\Routing\\Route), \'run\')\n#15 [internal function]: Illuminate\\Routing\\ControllerDispatcher->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))\n#16 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#17 [internal function]: Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#18 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#19 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(114): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#20 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(67): Illuminate\\Routing\\ControllerDispatcher->callWithinStack(Object(Backend\\Classes\\BackendController), Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request), \'run\')\n#21 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Route.php(203): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request), \'Backend\\\\Classes...\', \'run\')\n#22 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Route.php(134): Illuminate\\Routing\\Route->runWithCustomDispatcher(Object(Illuminate\\Http\\Request))\n#23 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(708): Illuminate\\Routing\\Route->run(Object(Illuminate\\Http\\Request))\n#24 [internal function]: Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))\n#25 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#26 [internal function]: Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#27 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#28 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(710): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#29 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(673): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))\n#30 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(635): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))\n#31 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(236): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))\n#32 [internal function]: Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))\n#33 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#34 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#35 [internal function]: Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#36 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#37 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(62): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#38 [internal function]: Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#39 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#40 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#41 [internal function]: Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#42 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#43 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(59): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#44 [internal function]: Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#45 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#46 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php(44): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#47 [internal function]: Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#48 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#49 [internal function]: Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#50 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#51 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#52 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(87): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))\n#53 /var/www/html/octobercms/index.php(43): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))\n#54 /var/www/html/octobercms/server.php(18): require_once(\'/var/www/html/o...\')\n#55 {main}', NULL, '2017-06-01 07:36:31', '2017-06-01 07:36:31'),
(4, 'error', 'ErrorException: Array to string conversion in /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Database/Schema/MySqlBuilder.php:36\nStack trace:\n#0 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Database/Schema/MySqlBuilder.php(36): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(8, \'Array to string...\', \'/var/www/html/o...\', 36, Array)\n#1 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(215): Illuminate\\Database\\Schema\\MySqlBuilder->getColumnListing(Array)\n#2 /var/www/html/octobercms/plugins/rainlab/builder/classes/ModelModel.php(190): Illuminate\\Support\\Facades\\Facade::__callStatic(\'getColumnListin...\', Array)\n#3 /var/www/html/octobercms/plugins/rainlab/builder/classes/ComponentHelper.php(97): RainLab\\Builder\\Classes\\ModelModel::getModelFields(Object(RainLab\\Builder\\Classes\\PluginCode), \'Settings\')\n#4 /var/www/html/octobercms/plugins/rainlab/builder/components/RecordList.php(192): RainLab\\Builder\\Classes\\ComponentHelper->listModelColumnNames()\n#5 /var/www/html/octobercms/modules/backend/traits/InspectableContainer.php(54): RainLab\\Builder\\Components\\RecordList->getSortColumnOptions()\n#6 [internal function]: Cms\\Controllers\\Index->onInspectableGetOptions()\n#7 /var/www/html/octobercms/modules/backend/classes/Controller.php(546): call_user_func_array(Array, Array)\n#8 /var/www/html/octobercms/modules/backend/classes/Controller.php(429): Backend\\Classes\\Controller->runAjaxHandler(\'onInspectableGe...\')\n#9 /var/www/html/octobercms/modules/backend/classes/Controller.php(239): Backend\\Classes\\Controller->execAjaxHandlers()\n#10 /var/www/html/octobercms/modules/backend/classes/BackendController.php(95): Backend\\Classes\\Controller->run(\'index\', Array)\n#11 [internal function]: Backend\\Classes\\BackendController->run(\'cms\')\n#12 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(256): call_user_func_array(Array, Array)\n#13 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(164): Illuminate\\Routing\\Controller->callAction(\'run\', Array)\n#14 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(112): Illuminate\\Routing\\ControllerDispatcher->call(Object(Backend\\Classes\\BackendController), Object(Illuminate\\Routing\\Route), \'run\')\n#15 [internal function]: Illuminate\\Routing\\ControllerDispatcher->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))\n#16 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#17 [internal function]: Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#18 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#19 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(114): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#20 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(67): Illuminate\\Routing\\ControllerDispatcher->callWithinStack(Object(Backend\\Classes\\BackendController), Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request), \'run\')\n#21 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Route.php(203): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request), \'Backend\\\\Classes...\', \'run\')\n#22 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Route.php(134): Illuminate\\Routing\\Route->runWithCustomDispatcher(Object(Illuminate\\Http\\Request))\n#23 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(708): Illuminate\\Routing\\Route->run(Object(Illuminate\\Http\\Request))\n#24 [internal function]: Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))\n#25 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#26 [internal function]: Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#27 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#28 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(710): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#29 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(673): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))\n#30 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(635): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))\n#31 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(236): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))\n#32 [internal function]: Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))\n#33 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(139): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#34 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#35 [internal function]: Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#36 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#37 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(62): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#38 [internal function]: Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#39 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#40 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#41 [internal function]: Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#42 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#43 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(59): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#44 [internal function]: Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#45 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#46 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php(44): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#47 [internal function]: Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode->handle(Object(Illuminate\\Http\\Request), Object(Closure))\n#48 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(124): call_user_func_array(Array, Array)\n#49 [internal function]: Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))\n#50 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): call_user_func(Object(Closure), Object(Illuminate\\Http\\Request))\n#51 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#52 /var/www/html/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(87): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))\n#53 /var/www/html/octobercms/index.php(43): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))\n#54 /var/www/html/octobercms/server.php(18): require_once(\'/var/www/html/o...\')\n#55 {main}', NULL, '2017-06-01 07:36:31', '2017-06-01 07:36:31');
-- --------------------------------------------------------
--
-- Table structure for table `system_files`
--
CREATE TABLE `system_files` (
`id` int(10) UNSIGNED NOT NULL,
`disk_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`file_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`file_size` int(11) NOT NULL,
`content_type` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`title` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`description` text COLLATE utf8_unicode_ci,
`field` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`attachment_id` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`attachment_type` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`is_public` tinyint(1) NOT NULL DEFAULT '1',
`sort_order` int(11) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `system_mail_layouts`
--
CREATE TABLE `system_mail_layouts` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`content_html` text COLLATE utf8_unicode_ci,
`content_text` text COLLATE utf8_unicode_ci,
`content_css` text COLLATE utf8_unicode_ci,
`is_locked` tinyint(1) NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `system_mail_layouts`
--
INSERT INTO `system_mail_layouts` (`id`, `name`, `code`, `content_html`, `content_text`, `content_css`, `is_locked`, `created_at`, `updated_at`) VALUES
(1, 'Default', 'default', '<html>\n <head>\n <style type="text/css" media="screen">\n {{ css|raw }}\n </style>\n </head>\n <body>\n {{ content|raw }}\n </body>\n</html>', '{{ content|raw }}', 'a, a:hover {\n text-decoration: none;\n color: #0862A2;\n font-weight: bold;\n}\n\ntd, tr, th, table {\n padding: 0px;\n margin: 0px;\n}\n\np {\n margin: 10px 0;\n}', 1, '2017-06-01 06:48:41', '2017-06-01 06:48:41'),
(2, 'System', 'system', '<html>\n <head>\n <style type="text/css" media="screen">\n {{ css|raw }}\n </style>\n </head>\n <body>\n {{ content|raw }}\n <hr />\n <p>This is an automatic message. Please do not reply to it.</p>\n </body>\n</html>', '{{ content|raw }}\n\n\n---\nThis is an automatic message. Please do not reply to it.', 'a, a:hover {\n text-decoration: none;\n color: #0862A2;\n font-weight: bold;\n}\n\ntd, tr, th, table {\n padding: 0px;\n margin: 0px;\n}\n\np {\n margin: 10px 0;\n}', 1, '2017-06-01 06:48:41', '2017-06-01 06:48:41');
-- --------------------------------------------------------
--
-- Table structure for table `system_mail_templates`
--
CREATE TABLE `system_mail_templates` (
`id` int(10) UNSIGNED NOT NULL,
`code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`subject` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`description` text COLLATE utf8_unicode_ci,
`content_html` text COLLATE utf8_unicode_ci,
`content_text` text COLLATE utf8_unicode_ci,
`layout_id` int(11) DEFAULT NULL,
`is_custom` tinyint(1) NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `system_parameters`
--
CREATE TABLE `system_parameters` (
`id` int(10) UNSIGNED NOT NULL,
`namespace` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`group` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`item` varchar(150) COLLATE utf8_unicode_ci NOT NULL,
`value` text COLLATE utf8_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `system_parameters`
--
INSERT INTO `system_parameters` (`id`, `namespace`, `group`, `item`, `value`) VALUES
(1, 'system', 'update', 'count', '0'),
(2, 'system', 'update', 'retry', '1496406021');
-- --------------------------------------------------------
--
-- Table structure for table `system_plugin_history`
--
CREATE TABLE `system_plugin_history` (
`id` int(10) UNSIGNED NOT NULL,
`code` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`type` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
`version` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`detail` text COLLATE utf8_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `system_plugin_history`
--
INSERT INTO `system_plugin_history` (`id`, `code`, `type`, `version`, `detail`, `created_at`) VALUES
(1, 'October.Demo', 'comment', '1.0.1', 'First version of Demo', '2017-06-01 06:48:41'),
(2, 'RainLab.Builder', 'comment', '1.0.1', 'Initialize plugin.', '2017-06-01 06:50:37'),
(3, 'RainLab.Builder', 'comment', '1.0.2', 'Fixes the problem with selecting a plugin. Minor localization corrections. Configuration files in the list and form behaviors are now autocomplete.', '2017-06-01 06:50:37'),
(4, 'RainLab.Builder', 'comment', '1.0.3', 'Improved handling of the enum data type.', '2017-06-01 06:50:37'),
(5, 'RainLab.Builder', 'comment', '1.0.4', 'Added user permissions to work with the Builder.', '2017-06-01 06:50:38'),
(6, 'RainLab.Builder', 'comment', '1.0.5', 'Fixed permissions registration.', '2017-06-01 06:50:38'),
(7, 'RainLab.Builder', 'comment', '1.0.6', 'Fixed front-end record ordering in the Record List component.', '2017-06-01 06:50:38'),
(8, 'RainLab.Builder', 'comment', '1.0.7', 'Builder settings are now protected with user permissions. The database table column list is scrollable now. Minor code cleanup.', '2017-06-01 06:50:38'),
(9, 'RainLab.Builder', 'comment', '1.0.8', 'Added the Reorder Controller behavior.', '2017-06-01 06:50:38'),
(10, 'RainLab.Builder', 'comment', '1.0.9', 'Minor API and UI updates.', '2017-06-01 06:50:38'),
(11, 'RainLab.Builder', 'comment', '1.0.10', 'Minor styling update.', '2017-06-01 06:50:38'),
(12, 'RainLab.Builder', 'comment', '1.0.11', 'Fixed a bug where clicking placeholder in a repeater would open Inspector. Fixed a problem with saving forms with repeaters in tabs. Minor style fix.', '2017-06-01 06:50:38'),
(13, 'RainLab.Builder', 'comment', '1.0.12', 'Added support for the Trigger property to the Media Finder widget configuration. Names of form fields and list columns definition files can now contain underscores.', '2017-06-01 06:50:38'),
(14, 'RainLab.Builder', 'comment', '1.0.13', 'Minor styling fix on the database editor.', '2017-06-01 06:50:38'),
(15, 'RainLab.Builder', 'comment', '1.0.14', 'Added support for published_at timestamp field', '2017-06-01 06:50:39'),
(16, 'RainLab.Builder', 'comment', '1.0.15', 'Fixed a bug where saving a localization string in Inspector could cause a JavaScript error. Added support for Timestamps and Soft Deleting for new models.', '2017-06-01 06:50:39'),
(17, 'RainLab.Builder', 'comment', '1.0.16', 'Fixed a bug when saving a form with the Repeater widget in a tab could create invalid fields in the form\'s outside area. Added a check that prevents creating localization strings inside other existing strings.', '2017-06-01 06:50:39'),
(18, 'RainLab.Builder', 'comment', '1.0.17', 'Added support Trigger attribute support for RecordFinder and Repeater form widgets.', '2017-06-01 06:50:39'),
(19, 'RainLab.Builder', 'comment', '1.0.18', 'Fixes a bug where \'::class\' notations in a model class definition could prevent the model from appearing in the Builder model list. Added emptyOption property support to the dropdown form control.', '2017-06-01 06:50:39'),
(20, 'RainLab.Builder', 'comment', '1.0.19', 'Added a feature allowing to add all database columns to a list definition. Added max length validation for database table and column names.', '2017-06-01 06:50:39'),
(21, 'RainLab.Builder', 'comment', '1.0.20', 'Fixes a bug where form the builder could trigger the "current.hasAttribute is not a function" error.', '2017-06-01 06:50:39'),
(22, 'RainLab.Builder', 'comment', '1.0.21', 'Back-end navigation sort order updated.', '2017-06-01 06:50:39'),
(23, 'Cygnet.Post', 'comment', '1.0.1', 'Initialize plugin.', '2017-06-01 06:51:16'),
(24, 'Cygnet.Post', 'script', '1.0.2', 'builder_table_create_cygnet_post_.php', '2017-06-01 06:53:03'),
(25, 'Cygnet.Post', 'comment', '1.0.2', 'Created table cygnet_post_', '2017-06-01 06:53:03');
-- --------------------------------------------------------
--
-- Table structure for table `system_plugin_versions`
--
CREATE TABLE `system_plugin_versions` (
`id` int(10) UNSIGNED NOT NULL,
`code` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`version` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`is_disabled` tinyint(1) NOT NULL DEFAULT '0',
`is_frozen` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `system_plugin_versions`
--
INSERT INTO `system_plugin_versions` (`id`, `code`, `version`, `created_at`, `is_disabled`, `is_frozen`) VALUES
(1, 'October.Demo', '1.0.1', '2017-06-01 06:48:41', 0, 0),
(2, 'RainLab.Builder', '1.0.21', '2017-06-01 06:50:39', 0, 0),
(3, 'Cygnet.Post', '1.0.2', '2017-06-01 06:53:03', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `system_request_logs`
--
CREATE TABLE `system_request_logs` (
`id` int(10) UNSIGNED NOT NULL,
`status_code` int(11) DEFAULT NULL,
`url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`referer` text COLLATE utf8_unicode_ci,
`count` int(11) NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `system_revisions`
--
CREATE TABLE `system_revisions` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(10) UNSIGNED DEFAULT NULL,
`field` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`cast` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`old_value` text COLLATE utf8_unicode_ci,
`new_value` text COLLATE utf8_unicode_ci,
`revisionable_type` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`revisionable_id` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `system_settings`
--
CREATE TABLE `system_settings` (
`id` int(10) UNSIGNED NOT NULL,
`item` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`value` mediumtext COLLATE utf8_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `system_settings`
--
INSERT INTO `system_settings` (`id`, `item`, `value`) VALUES
(1, 'rainlab_builder_settings', '{"author_name":"Cygnet","author_namespace":"Cygnet"}');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `backend_access_log`
--
ALTER TABLE `backend_access_log`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `backend_users`
--
ALTER TABLE `backend_users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `login_unique` (`login`),
ADD UNIQUE KEY `email_unique` (`email`),
ADD KEY `act_code_index` (`activation_code`),
ADD KEY `reset_code_index` (`reset_password_code`);
--
-- Indexes for table `backend_users_groups`
--
ALTER TABLE `backend_users_groups`
ADD PRIMARY KEY (`user_id`,`user_group_id`);
--
-- Indexes for table `backend_user_groups`
--
ALTER TABLE `backend_user_groups`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `name_unique` (`name`),
ADD KEY `code_index` (`code`);
--
-- Indexes for table `backend_user_preferences`
--
ALTER TABLE `backend_user_preferences`
ADD PRIMARY KEY (`id`),
ADD KEY `user_item_index` (`user_id`,`namespace`,`group`,`item`);
--
-- Indexes for table `backend_user_throttle`
--
ALTER TABLE `backend_user_throttle`
ADD PRIMARY KEY (`id`),
ADD KEY `backend_user_throttle_user_id_index` (`user_id`),
ADD KEY `backend_user_throttle_ip_address_index` (`ip_address`);
--
-- Indexes for table `cache`
--
ALTER TABLE `cache`
ADD UNIQUE KEY `cache_key_unique` (`key`);
--
-- Indexes for table `cms_theme_data`
--
ALTER TABLE `cms_theme_data`
ADD PRIMARY KEY (`id`),
ADD KEY `cms_theme_data_theme_index` (`theme`);
--
-- Indexes for table `cms_theme_logs`
--
ALTER TABLE `cms_theme_logs`
ADD PRIMARY KEY (`id`),
ADD KEY `cms_theme_logs_type_index` (`type`),
ADD KEY `cms_theme_logs_theme_index` (`theme`),
ADD KEY `cms_theme_logs_user_id_index` (`user_id`);
--
-- Indexes for table `cygnet_post_`
--
ALTER TABLE `cygnet_post_`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `deferred_bindings`
--
ALTER TABLE `deferred_bindings`
ADD PRIMARY KEY (`id`),
ADD KEY `deferred_bindings_master_type_index` (`master_type`),
ADD KEY `deferred_bindings_master_field_index` (`master_field`),
ADD KEY `deferred_bindings_slave_type_index` (`slave_type`),
ADD KEY `deferred_bindings_slave_id_index` (`slave_id`);
--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `jobs`
--
ALTER TABLE `jobs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `sessions`
--
ALTER TABLE `sessions`
ADD UNIQUE KEY `sessions_id_unique` (`id`);
--
-- Indexes for table `system_event_logs`
--
ALTER TABLE `system_event_logs`
ADD PRIMARY KEY (`id`),
ADD KEY `system_event_logs_level_index` (`level`);
--
-- Indexes for table `system_files`
--
ALTER TABLE `system_files`
ADD PRIMARY KEY (`id`),
ADD KEY `system_files_field_index` (`field`),
ADD KEY `system_files_attachment_id_index` (`attachment_id`),
ADD KEY `system_files_attachment_type_index` (`attachment_type`);
--
-- Indexes for table `system_mail_layouts`
--
ALTER TABLE `system_mail_layouts`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `system_mail_templates`
--
ALTER TABLE `system_mail_templates`
ADD PRIMARY KEY (`id`),
ADD KEY `system_mail_templates_layout_id_index` (`layout_id`);
--
-- Indexes for table `system_parameters`
--
ALTER TABLE `system_parameters`
ADD PRIMARY KEY (`id`),
ADD KEY `item_index` (`namespace`,`group`,`item`);
--
-- Indexes for table `system_plugin_history`
--
ALTER TABLE `system_plugin_history`
ADD PRIMARY KEY (`id`),
ADD KEY `system_plugin_history_code_index` (`code`),
ADD KEY `system_plugin_history_type_index` (`type`);
--
-- Indexes for table `system_plugin_versions`
--
ALTER TABLE `system_plugin_versions`
ADD PRIMARY KEY (`id`),
ADD KEY `system_plugin_versions_code_index` (`code`);
--
-- Indexes for table `system_request_logs`
--
ALTER TABLE `system_request_logs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `system_revisions`
--
ALTER TABLE `system_revisions`
ADD PRIMARY KEY (`id`),
ADD KEY `system_revisions_revisionable_id_revisionable_type_index` (`revisionable_id`,`revisionable_type`),
ADD KEY `system_revisions_user_id_index` (`user_id`),
ADD KEY `system_revisions_field_index` (`field`);
--
-- Indexes for table `system_settings`
--
ALTER TABLE `system_settings`
ADD PRIMARY KEY (`id`),
ADD KEY `system_settings_item_index` (`item`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `backend_access_log`
--
ALTER TABLE `backend_access_log`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `backend_users`
--
ALTER TABLE `backend_users`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `backend_user_groups`
--
ALTER TABLE `backend_user_groups`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `backend_user_preferences`
--
ALTER TABLE `backend_user_preferences`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `backend_user_throttle`
--
ALTER TABLE `backend_user_throttle`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `cms_theme_data`
--
ALTER TABLE `cms_theme_data`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `cms_theme_logs`
--
ALTER TABLE `cms_theme_logs`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `cygnet_post_`
--
ALTER TABLE `cygnet_post_`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `deferred_bindings`
--
ALTER TABLE `deferred_bindings`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `jobs`
--
ALTER TABLE `jobs`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `system_event_logs`
--
ALTER TABLE `system_event_logs`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `system_files`
--
ALTER TABLE `system_files`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `system_mail_layouts`
--
ALTER TABLE `system_mail_layouts`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `system_mail_templates`
--
ALTER TABLE `system_mail_templates`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `system_parameters`
--
ALTER TABLE `system_parameters`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `system_plugin_history`
--
ALTER TABLE `system_plugin_history`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;
--
-- AUTO_INCREMENT for table `system_plugin_versions`
--
ALTER TABLE `system_plugin_versions`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `system_request_logs`
--
ALTER TABLE `system_request_logs`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `system_revisions`
--
ALTER TABLE `system_revisions`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `system_settings`
--
ALTER TABLE `system_settings`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;