· 8 years ago · Apr 15, 2018, 03:34 PM
1 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
2 itting_items' already exists (SQL: create table `character_fitting_items` (
3 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
4 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
5 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
6
7
8In PDOStatement.php line 143:
9
10 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
11 itting_items' already exists
12
13
14In PDOStatement.php line 141:
15
16 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
17 itting_items' already exists
18
19
20Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
21Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
22Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
23Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
24Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
25Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
26Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
27Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
28Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
29Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
30Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
31Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
32Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
33Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
34Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
35Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
36Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
37Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
38Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
39Publishing complete.
40
41In Connection.php line 664:
42
43 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
44 itting_items' already exists (SQL: create table `character_fitting_items` (
45 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
46 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
47 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
48
49
50In PDOStatement.php line 143:
51
52 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
53 itting_items' already exists
54
55
56In PDOStatement.php line 141:
57
58 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
59 itting_items' already exists
60
61
62[root@myauth docker-compose-dev]# clear
63[root@myauth docker-compose-dev]# docker logs -f seat-app
64Do not run Composer as root/super user! See https://getcomposer.org/root for details
65Loading composer repositories with package information
66Updating dependencies (including require-dev)
67Package operations: 116 installs, 0 updates, 0 removals
68 - Installing components/font-awesome (4.7.0): Downloading (100%)
69 - Installing zendframework/zendxml (1.0.2): Downloading (100%)
70 - Installing zendframework/zend-stdlib (3.1.1): Downloading (100%)
71 - Installing zendframework/zend-eventmanager (3.2.0): Downloading (100%)
72 - Installing zendframework/zend-code (3.3.0): Downloading (100%)
73 - Installing zendframework/zend-server (2.7.0): Downloading (100%)
74 - Installing paragonie/random_compat (v2.0.12): Downloading (100%)
75 - Installing zendframework/zend-math (3.0.0): Downloading (100%)
76 - Installing psr/container (1.0.0): Downloading (100%)
77 - Installing container-interop/container-interop (1.2.0): Downloading (100%)
78 - Installing zendframework/zend-validator (2.10.2): Downloading (100%)
79 - Installing zendframework/zend-escaper (2.5.2): Downloading (100%)
80 - Installing zendframework/zend-uri (2.6.0): Downloading (100%)
81 - Installing zendframework/zend-loader (2.5.1): Downloading (100%)
82 - Installing zendframework/zend-http (2.7.0): Downloading (100%)
83 - Installing zendframework/zend-xmlrpc (2.6.2): Downloading (100%)
84 - Installing yzalis/supervisor (1.1.0): Downloading (100%)
85 - Installing guzzlehttp/promises (v1.3.1): Downloading (100%)
86 - Installing psr/http-message (1.0.1): Downloading (100%)
87 - Installing guzzlehttp/psr7 (1.4.2): Downloading (100%)
88 - Installing guzzlehttp/guzzle (6.3.2): Downloading (100%)
89 - Installing psr/log (1.0.2): Downloading (100%)
90 - Installing 3rdpartyeve/phealng (2.3.5): Downloading (100%)
91 - Installing symfony/yaml (v3.4.8): Downloading (100%)
92 - Installing symfony/polyfill-mbstring (v1.7.0): Downloading (100%)
93 - Installing symfony/translation (v3.4.8): Downloading (100%)
94 - Installing symfony/filesystem (v4.0.8): Downloading (100%)
95 - Installing symfony/config (v3.4.8): Downloading (100%)
96 - Installing coduo/php-humanizer (2.0.0): Downloading (100%)
97 - Installing doctrine/lexer (v1.0.1): Downloading (100%)
98 - Installing doctrine/inflector (v1.3.0): Downloading (100%)
99 - Installing doctrine/collections (v1.5.0): Downloading (100%)
100 - Installing doctrine/cache (v1.7.1): Downloading (100%)
101 - Installing doctrine/annotations (v1.6.0): Downloading (100%)
102 - Installing doctrine/common (v2.8.1): Downloading (100%)
103 - Installing doctrine/dbal (v2.7.1): Downloading (100%)
104 - Installing vlucas/phpdotenv (v2.4.0): Downloading (100%)
105 - Installing symfony/css-selector (v4.0.8): Downloading (100%)
106 - Installing tijsverkoyen/css-to-inline-styles (2.2.1): Downloading (100%)
107 - Installing symfony/var-dumper (v3.4.8): Downloading (100%)
108 - Installing symfony/routing (v3.4.8): Downloading (100%)
109 - Installing symfony/process (v3.4.8): Downloading (100%)
110 - Installing symfony/polyfill-php70 (v1.7.0): Downloading (100%)
111 - Installing symfony/http-foundation (v3.4.8): Downloading (100%)
112 - Installing symfony/event-dispatcher (v4.0.8): Downloading (100%)
113 - Installing symfony/debug (v3.4.8): Downloading (100%)
114 - Installing symfony/http-kernel (v3.4.8): Downloading (100%)
115 - Installing symfony/finder (v3.4.8): Downloading (100%)
116 - Installing symfony/console (v3.4.8): Downloading (100%)
117 - Installing egulias/email-validator (2.1.4): Downloading (100%)
118 - Installing swiftmailer/swiftmailer (v6.0.2): Downloading (100%)
119 - Installing ramsey/uuid (3.7.3): Downloading (100%)
120 - Installing psr/simple-cache (1.0.1): Downloading (100%)
121 - Installing nesbot/carbon (1.25.0): Downloading (100%)
122 - Installing mtdowling/cron-expression (v1.2.1): Downloading (100%)
123 - Installing monolog/monolog (1.23.0): Downloading (100%)
124 - Installing league/flysystem (1.0.44): Downloading (100%)
125 - Installing erusev/parsedown (1.7.1): Downloading (100%)
126 - Installing laravel/framework (v5.5.40): Downloading (100%)
127 - Installing fideloper/proxy (3.3.4): Downloading (100%)
128 - Installing predis/predis (v1.1.1): Downloading (100%)
129 - Installing cakephp/chronos (1.1.4): Downloading (100%)
130 - Installing laravel/horizon (v1.2.3): Downloading (100%)
131 - Installing league/oauth1-client (1.7.0): Downloading (100%)
132 - Installing laravel/socialite (v3.0.9): Downloading (100%)
133 - Installing jakub-onderka/php-console-color (0.1): Downloading (100%)
134 - Installing jakub-onderka/php-console-highlighter (v0.3.2): Downloading (100%)
135 - Installing dnoegel/php-xdg-base-dir (0.1): Downloading (100%)
136 - Installing nikic/php-parser (v3.1.5): Downloading (100%)
137 - Installing psy/psysh (v0.8.18): Downloading (100%)
138 - Installing laravel/tinker (v1.0.5): Downloading (100%)
139 - Installing league/csv (9.1.3): Downloading (100%)
140 - Installing theiconic/php-ga-measurement-protocol (v2.7.1): Downloading (100%)
141 - Installing phpoffice/phpexcel (1.8.1): Downloading (100%)
142 - Installing symfony/polyfill-util (v1.7.0): Downloading (100%)
143 - Installing symfony/polyfill-php56 (v1.7.0): Downloading (100%)
144 - Installing jeremeamia/superclosure (2.4.0): Downloading (100%)
145 - Installing maatwebsite/excel (2.1.27): Downloading (100%)
146 - Installing league/fractal (0.17.0): Downloading (100%)
147 - Installing laravelcollective/html (v5.5.4): Downloading (100%)
148 - Installing phenx/php-svg-lib (0.1): Downloading (100%)
149 - Installing phenx/php-font-lib (0.4): Downloading (100%)
150 - Installing dompdf/dompdf (v0.7.0): Downloading (100%)
151 - Installing yajra/laravel-datatables-oracle (v6.24.1): Downloading (100%)
152 - Installing filp/whoops (2.1.14): Downloading (100%)
153 - Installing fzaninotto/faker (v1.7.1): Downloading (100%)
154 - Installing hamcrest/hamcrest-php (v1.2.2): Downloading (100%)
155 - Installing mockery/mockery (0.9.9): Downloading (100%)
156 - Installing sebastian/version (2.0.1): Downloading (100%)
157 - Installing sebastian/resource-operations (1.0.0): Downloading (100%)
158 - Installing sebastian/recursion-context (3.0.0): Downloading (100%)
159 - Installing sebastian/object-reflector (1.1.1): Downloading (100%)
160 - Installing sebastian/object-enumerator (3.0.3): Downloading (100%)
161 - Installing sebastian/global-state (2.0.0): Downloading (100%)
162 - Installing sebastian/exporter (3.1.0): Downloading (100%)
163 - Installing sebastian/environment (3.1.0): Downloading (100%)
164 - Installing sebastian/diff (2.0.1): Downloading (100%)
165 - Installing sebastian/comparator (2.1.3): Downloading (100%)
166 - Installing doctrine/instantiator (1.1.0): Downloading (100%)
167 - Installing phpunit/php-text-template (1.2.1): Downloading (100%)
168 - Installing phpunit/phpunit-mock-objects (5.0.6): Downloading (100%)
169 - Installing phpunit/php-timer (1.0.9): Downloading (100%)
170 - Installing phpunit/php-file-iterator (1.4.5): Downloading (100%)
171 - Installing theseer/tokenizer (1.1.0): Downloading (100%)
172 - Installing sebastian/code-unit-reverse-lookup (1.0.1): Downloading (100%)
173 - Installing phpunit/php-token-stream (2.0.2): Downloading (100%)
174 - Installing phpunit/php-code-coverage (5.3.2): Downloading (100%)
175 - Installing webmozart/assert (1.3.0): Downloading (100%)
176 - Installing phpdocumentor/reflection-common (1.0.1): Downloading (100%)
177 - Installing phpdocumentor/type-resolver (0.4.0): Downloading (100%)
178 - Installing phpdocumentor/reflection-docblock (4.3.0): Downloading (100%)
179 - Installing phpspec/prophecy (1.7.5): Downloading (100%)
180 - Installing phar-io/version (1.0.1): Downloading (100%)
181 - Installing phar-io/manifest (1.0.1): Downloading (100%)
182 - Installing myclabs/deep-copy (1.7.0): Downloading (100%)
183 - Installing phpunit/phpunit (6.5.8): Downloading (100%)
184paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
185zendframework/zend-math suggests installing ext-bcmath (If using the bcmath functionality)
186zendframework/zend-math suggests installing ext-gmp (If using the gmp functionality)
187zendframework/zend-validator suggests installing zendframework/zend-db (Zend\Db component, required by the (No)RecordExists validator)
188zendframework/zend-validator suggests installing zendframework/zend-filter (Zend\Filter component, required by the Digits validator)
189zendframework/zend-validator suggests installing zendframework/zend-i18n (Zend\I18n component to allow translation of validation error messages)
190zendframework/zend-validator suggests installing zendframework/zend-i18n-resources (Translations of validator messages)
191zendframework/zend-validator suggests installing zendframework/zend-servicemanager (Zend\ServiceManager component to allow using the ValidatorPluginManager and validator chains)
192zendframework/zend-validator suggests installing zendframework/zend-session (Zend\Session component, ^2.8; required by the Csrf validator)
193zendframework/zend-xmlrpc suggests installing zendframework/zend-cache (To support Zend\XmlRpc\Server\Cache usage)
194doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver)
195symfony/var-dumper suggests installing ext-symfony_debug ()
196symfony/routing suggests installing symfony/dependency-injection (For loading routes from a service)
197symfony/routing suggests installing symfony/expression-language (For using expression matching)
198symfony/event-dispatcher suggests installing symfony/dependency-injection ()
199symfony/http-kernel suggests installing symfony/browser-kit ()
200symfony/http-kernel suggests installing symfony/dependency-injection ()
201symfony/console suggests installing symfony/lock ()
202ramsey/uuid suggests installing ircmaxell/random-lib (Provides RandomLib for use with the RandomLibAdapter)
203ramsey/uuid suggests installing ext-libsodium (Provides the PECL libsodium extension for use with the SodiumRandomGenerator)
204ramsey/uuid suggests installing ext-uuid (Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator)
205ramsey/uuid suggests installing moontoast/math (Provides support for converting UUID to 128-bit integer (in string form).)
206ramsey/uuid suggests installing ramsey/uuid-doctrine (Allows the use of Ramsey\Uuid\Uuid as Doctrine field type.)
207ramsey/uuid suggests installing ramsey/uuid-console (A console application for generating UUIDs with ramsey/uuid)
208monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
209monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
210monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
211monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
212monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
213monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server via PHP Driver)
214monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
215monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
216monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
217monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
218monolog/monolog suggests installing sentry/sentry (Allow sending log messages to a Sentry server)
219league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2)
220league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3)
221league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
222league/flysystem suggests installing league/flysystem-cached-adapter (Flysystem adapter decorator for metadata caching)
223league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
224league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
225league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)
226league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)
227league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
228league/flysystem suggests installing spatie/flysystem-dropbox (Allows you to use Dropbox storage)
229league/flysystem suggests installing srmklive/flysystem-dropbox-v2 (Allows you to use Dropbox storage for PHP 5 applications)
230laravel/framework suggests installing aws/aws-sdk-php (Required to use the SQS queue driver and SES mail driver (~3.0).)
231laravel/framework suggests installing league/flysystem-aws-s3-v3 (Required to use the Flysystem S3 driver (~1.0).)
232laravel/framework suggests installing league/flysystem-cached-adapter (Required to use Flysystem caching (~1.0).)
233laravel/framework suggests installing league/flysystem-rackspace (Required to use the Flysystem Rackspace driver (~1.0).)
234laravel/framework suggests installing nexmo/client (Required to use the Nexmo transport (~1.0).)
235laravel/framework suggests installing pda/pheanstalk (Required to use the beanstalk queue driver (~3.0).)
236laravel/framework suggests installing pusher/pusher-php-server (Required to use the Pusher broadcast driver (~3.0).)
237laravel/framework suggests installing symfony/dom-crawler (Required to use most of the crawler integration testing tools (~3.3).)
238laravel/framework suggests installing symfony/psr-http-message-bridge (Required to psr7 bridging features (~1.0).)
239predis/predis suggests installing ext-phpiredis (Allows faster serialization and deserialization of the Redis protocol)
240psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
241psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
242league/fractal suggests installing pagerfanta/pagerfanta (Pagerfanta Paginator)
243league/fractal suggests installing zendframework/zend-paginator (Zend Framework Paginator)
244yajra/laravel-datatables-oracle suggests installing barryvdh/laravel-snappy (Allows exporting of dataTable to PDF using the print view.)
245filp/whoops suggests installing whoops/soap (Formats errors as SOAP responses)
246sebastian/global-state suggests installing ext-uopz (*)
247phpunit/phpunit-mock-objects suggests installing ext-soap (*)
248phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5)
249phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
250phpunit/phpunit suggests installing ext-xdebug (*)
251Package phpoffice/phpexcel is abandoned, you should avoid using it. Use phpoffice/phpspreadsheet instead.
252Writing lock file
253Generating optimized autoload files
254> Illuminate\Foundation\ComposerScripts::postAutoloadDump
255> @php artisan package:discover
256Discovered Package: fideloper/proxy
257Discovered Package: laravel/horizon
258Discovered Package: laravel/socialite
259Discovered Package: laravel/tinker
260Discovered Package: laravelcollective/html
261Discovered Package: maatwebsite/excel
262Package manifest generated successfully.
263Application key [base64:hf5WgKMlHEaaBQ26l4ZB8i1ApTR5Sxh2fazgOZJLeeo=] set successfully.
264
265In Connection.php line 664:
266
267 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'seat-dev.schedul
268 es' doesn't exist (SQL: select * from `schedules` where `command` = horizon
269 :snapshot limit 1)
270
271
272In PDOConnection.php line 82:
273
274 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'seat-dev.schedul
275 es' doesn't exist
276
277
278In PDOConnection.php line 80:
279
280 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'seat-dev.schedul
281 es' doesn't exist
282
283
284Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
285Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
286Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
287Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
288Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
289Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
290Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
291Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
292Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
293Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
294Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
295Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
296Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
297Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
298Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
299Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
300Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
301Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
302Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
303Publishing complete.
304Migration table created successfully.
305
306In Connection.php line 664:
307
308 SQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progre
309 ss (SQL: alter table `character_fitting_items` add constraint `character_fi
310 tting_items_fitting_id_foreign` foreign key (`fitting_id`) references `char
311 acter_fittings` (`fitting_id`) on delete cascade)
312
313
314In PDOStatement.php line 143:
315
316 SQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progre
317 ss
318
319
320In PDOStatement.php line 141:
321
322 SQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progre
323 ss
324
325
326MariaDB container might not be ready yet... sleeping...
327MariaDB container might not be ready yet... sleeping...
328MariaDB container might not be ready yet... sleeping...
329Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
330Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
331Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
332Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
333Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
334Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
335Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
336Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
337Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
338Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
339Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
340Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
341Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
342Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
343Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
344Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
345Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
346Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
347Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
348Publishing complete.
349
350In Connection.php line 664:
351
352 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
353 itting_items' already exists (SQL: create table `character_fitting_items` (
354 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
355 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
356 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
357
358
359In PDOStatement.php line 143:
360
361 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
362 itting_items' already exists
363
364
365In PDOStatement.php line 141:
366
367 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
368 itting_items' already exists
369
370
371Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
372Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
373Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
374Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
375Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
376Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
377Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
378Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
379Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
380Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
381Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
382Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
383Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
384Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
385Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
386Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
387Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
388Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
389Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
390Publishing complete.
391
392In Connection.php line 664:
393
394 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
395 itting_items' already exists (SQL: create table `character_fitting_items` (
396 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
397 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
398 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
399
400
401In PDOStatement.php line 143:
402
403 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
404 itting_items' already exists
405
406
407In PDOStatement.php line 141:
408
409 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
410 itting_items' already exists
411
412
413Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
414Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
415Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
416Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
417Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
418Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
419Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
420Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
421Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
422Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
423Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
424Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
425Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
426Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
427Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
428Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
429Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
430Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
431Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
432Publishing complete.
433
434In Connection.php line 664:
435
436 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
437 itting_items' already exists (SQL: create table `character_fitting_items` (
438 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
439 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
440 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
441
442
443In PDOStatement.php line 143:
444
445 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
446 itting_items' already exists
447
448
449In PDOStatement.php line 141:
450
451 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
452 itting_items' already exists
453
454
455Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
456Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
457Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
458Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
459Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
460Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
461Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
462Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
463Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
464Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
465Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
466Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
467Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
468Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
469Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
470Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
471Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
472Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
473Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
474Publishing complete.
475
476In Connection.php line 664:
477
478 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
479 itting_items' already exists (SQL: create table `character_fitting_items` (
480 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
481 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
482 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
483
484
485In PDOStatement.php line 143:
486
487 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
488 itting_items' already exists
489
490
491In PDOStatement.php line 141:
492
493 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
494 itting_items' already exists
495
496
497Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
498Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
499Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
500Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
501Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
502Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
503Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
504Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
505Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
506Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
507Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
508Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
509Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
510Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
511Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
512Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
513Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
514Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
515Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
516Publishing complete.
517
518In Connection.php line 664:
519
520 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
521 itting_items' already exists (SQL: create table `character_fitting_items` (
522 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
523 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
524 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
525
526
527In PDOStatement.php line 143:
528
529 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
530 itting_items' already exists
531
532
533In PDOStatement.php line 141:
534
535 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
536 itting_items' already exists
537
538
539Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
540Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
541Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
542Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
543Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
544Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
545Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
546Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
547Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
548Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
549Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
550Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
551Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
552Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
553Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
554Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
555Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
556Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
557Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
558Publishing complete.
559
560In Connection.php line 664:
561
562 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
563 itting_items' already exists (SQL: create table `character_fitting_items` (
564 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
565 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
566 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
567
568
569In PDOStatement.php line 143:
570
571 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
572 itting_items' already exists
573
574
575In PDOStatement.php line 141:
576
577 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
578 itting_items' already exists
579
580
581Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
582Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
583Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
584Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
585Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
586Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
587Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
588Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
589Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
590Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
591Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
592Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
593Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
594Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
595Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
596Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
597Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
598Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
599Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
600Publishing complete.
601
602In Connection.php line 664:
603
604 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
605 itting_items' already exists (SQL: create table `character_fitting_items` (
606 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
607 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
608 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
609
610
611In PDOStatement.php line 143:
612
613 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
614 itting_items' already exists
615
616
617In PDOStatement.php line 141:
618
619 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
620 itting_items' already exists
621
622
623Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
624Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
625Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
626Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
627Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
628Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
629Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
630Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
631Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
632Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
633Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
634Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
635Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
636Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
637Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
638Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
639Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
640Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
641Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
642Publishing complete.
643
644In Connection.php line 664:
645
646 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
647 itting_items' already exists (SQL: create table `character_fitting_items` (
648 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
649 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
650 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
651
652
653In PDOStatement.php line 143:
654
655 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
656 itting_items' already exists
657
658
659In PDOStatement.php line 141:
660
661 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
662 itting_items' already exists
663
664
665Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
666Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
667Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
668Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
669Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
670Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
671Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
672Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
673Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
674Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
675Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
676Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
677Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
678Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
679Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
680Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
681Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
682Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
683Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
684Publishing complete.
685
686In Connection.php line 664:
687
688 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
689 itting_items' already exists (SQL: create table `character_fitting_items` (
690 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
691 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
692 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
693
694
695In PDOStatement.php line 143:
696
697 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
698 itting_items' already exists
699
700
701In PDOStatement.php line 141:
702
703 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
704 itting_items' already exists
705
706
707Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
708Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
709Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
710Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
711Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
712Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
713Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
714Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
715Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
716Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
717Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
718Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
719Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
720Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
721Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
722Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
723Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
724Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
725Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
726Publishing complete.
727
728In Connection.php line 664:
729
730 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
731 itting_items' already exists (SQL: create table `character_fitting_items` (
732 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
733 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
734 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
735
736
737In PDOStatement.php line 143:
738
739 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
740 itting_items' already exists
741
742
743In PDOStatement.php line 141:
744
745 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
746 itting_items' already exists
747
748
749Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
750Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
751Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
752Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
753Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
754Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
755Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
756Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
757Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
758Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
759Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
760Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
761Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
762Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
763Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
764Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
765Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
766Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
767Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
768Publishing complete.
769
770In Connection.php line 664:
771
772 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
773 itting_items' already exists (SQL: create table `character_fitting_items` (
774 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
775 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
776 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
777
778
779In PDOStatement.php line 143:
780
781 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
782 itting_items' already exists
783
784
785In PDOStatement.php line 141:
786
787 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
788 itting_items' already exists
789
790
791Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
792Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
793Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
794Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
795Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
796Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
797Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
798Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
799Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
800Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
801Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
802Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
803Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
804Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
805Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
806Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
807Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
808Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
809Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
810Publishing complete.
811
812In Connection.php line 664:
813
814 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
815 itting_items' already exists (SQL: create table `character_fitting_items` (
816 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
817 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
818 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
819
820
821In PDOStatement.php line 143:
822
823 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
824 itting_items' already exists
825
826
827In PDOStatement.php line 141:
828
829 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
830 itting_items' already exists
831
832
833Copied File [/vendor/laravel/horizon/config/horizon.php] To [/config/horizon.php]
834Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
835Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
836Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
837Copied File [/vendor/fideloper/proxy/config/trustedproxy.php] To [/config/trustedproxy.php]
838Copied File [/vendor/maatwebsite/excel/src/config/excel.php] To [/config/excel.php]
839Copied Directory [/packages/eveseat/api/src/database/migrations] To [/database/migrations]
840Copied Directory [/packages/eveseat/eveapi/src/database/migrations] To [/database/migrations]
841Copied Directory [/packages/eveseat/notifications/src/database/migrations] To [/database/migrations]
842Copied Directory [/packages/eveseat/services/src/database/migrations] To [/database/migrations]
843Copied File [/vendor/yajra/laravel-datatables-oracle/src/config/config.php] To [/config/datatables.php]
844Copied File [/vendor/yajra/laravel-datatables-oracle/src/resources/assets/buttons.server-side.js] To [/public/vendor/datatables/buttons.server-side.js]
845Copied Directory [/vendor/yajra/laravel-datatables-oracle/src/resources/views] To [/resources/views/vendor/datatables]
846Copied Directory [/packages/eveseat/web/src/resources/assets] To [/public/web]
847Copied Directory [/packages/eveseat/web/src/database/migrations] To [/database/migrations]
848Copied File [/vendor/components/font-awesome/css/font-awesome.min.css] To [/public/web/css/font-awesome.min.css]
849Copied Directory [/vendor/components/font-awesome/fonts] To [/public/web/fonts]
850Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
851Copied File [/vendor/laravel/tinker/config/tinker.php] To [/config/tinker.php]
852Publishing complete.
853
854In Connection.php line 664:
855
856 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
857 itting_items' already exists (SQL: create table `character_fitting_items` (
858 `fitting_id` bigint not null, `type_id` int not null, `flag` int not null,
859 `quantity` int not null, `created_at` timestamp null, `updated_at` timestam
860 p null) default character set utf8mb4 collate utf8mb4_unicode_ci)
861
862
863In PDOStatement.php line 143:
864
865 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
866 itting_items' already exists
867
868
869In PDOStatement.php line 141:
870
871 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'character_f
872 itting_items' already exists