Questions tagged as 'migration'

1
answer

Add new value to an enum type field in Laravel

I am working with migrations in Laravel and I have a partners table that has a type attribute of type enum with the following values: $table->enum('type', ['cliente', 'proveedor', 'empleado', 'transportadora'])->nullable(); What I nee...
asked by 30.08.2018 / 22:40
1
answer

Laravel migration. Problem with timestamp

I have a migration for a travel table. The code is as follows: <?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateToursTable extends Migration {...
asked by 03.12.2018 / 00:20
0
answers

How can I upload data from a flat file (excel) to SQL server express?

I tried to upload a flat file (excel) in xlsx and csv formats but I get the following error:    Mens. 4864, Level 16, State 1, Line 1 Data conversion error   of mass loading (type not matching or character not valid for the   code page specif...
asked by 09.10.2017 / 15:35
1
answer

char fields in a migration laravel

I am creating a migration in Laravel, and I have a field defined like this: $table->char('código', 3); The code data should be made up of three digits, from 000 to 999 , but I can not use a numeric field, because the leading...
asked by 30.11.2018 / 23:46
1
answer

Problem with cookies in Wordpress copy

I am making a copy of a WordPress site from a local hosting, I do the steps as always: Download database Download files Change data in wp-config.php Change site address in wp-options in the database But at the time of...
asked by 23.04.2018 / 22:53
1
answer

Migrate struts 2.3.X to 2.5.X

I'm trying to migrate struts version 2.3.15 to 2.5.13. When trying to start the tomcat web server, it sends me the following error:    GRAVE: A child container failed during start   java.util.concurrent.ExecutionException: org.apache.catal...
asked by 11.09.2017 / 12:43
1
answer

Migrate Mulestudio service to WSO2

Good thing my question is if there is any way to migrate a Mulestudio service to WSO2 using any of the wso2 products like the carbon studio or the developer studio would be very helpful.     
asked by 26.06.2017 / 17:28
0
answers

Laravel supplementary data in pivot table

I have a pivot table for a m-n relationship between a travel table and a travelers table. The migration is like this: <?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations...
asked by 03.12.2018 / 17:19
0
answers

Trying to generate an apk in Android Studio of an app that includes CordovaLib migrated from Ionic gives error

Good I have a problem with a Migrated App from Ionic to Android Studio. The App includes CordovaLib inside but as a module when importing it. When I try to generate .apk it gives me the errors of the image, I have tried a lot of things but I do...
asked by 04.08.2018 / 11:51
0
answers

How to migrate API data to my MYSQL db

Greetings to everyone as they are. I have a doubt and it is as follows: I have a query with N records of a JSON API and I want to migrate that data to my db MySql, but that query contains data from several tables of my db, I thought about usi...
asked by 29.05.2018 / 21:45