File: /var/www/vhost/disk-apps/dev-telemedicina.teky.com.co/database/seeds/FieldsTableSeeder.php
<?php
use Telemedicina\Field;
use Illuminate\Database\Seeder;
class FieldsTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
Field::create([
"name" => "¿Ha viajado en los últimos 15 días al exterior?",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_1',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "¿A qué país o países ha viajado?",
"field_datasource_id" => 1,
"field_value_id" => NULL,
"field_input_id" => 1,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_2',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 1,
"active" => 1,
]);
Field::create([
"name" => "¿Ha tenido contacto con personas que hayan viajado al exterior en los últimos 15 días?",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_3',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "¿Ha tenido contacto con alguna persona que haya sido diagnosticada con el Coronavirus?",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_4',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "¿Ha presentado fiebre?",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_5',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "¿Ha presentado tos?",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_6',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "¿Ha presentado estornudos?",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_7',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "¿Ha presentado secreción nasal?",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_8',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "¿Ha presentado dificultad para respirar?",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_9',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "¿Ha presentado decaimiento?",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_10',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "¿Ha presentado dolores musculares?",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_11',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "¿Ha presentado dolor o presión en el pecho cuando respira?",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_12',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "Cáncer",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_13',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "Diabetes",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_14',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "Hipertensión",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_15',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "Problemas cardíacos",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_16',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
Field::create([
"name" => "Enfermedades que afecten el sistema inmune",
"field_datasource_id" => NULL,
"field_value_id" => NULL,
"field_input_id" => 10,
"min" => NULL,
"max" => NULL,
"maxlength" => NULL,
"minlength" => NULL,
"name_control" => 'question_17',
"placeholder" => '',
"scale" => NULL,
"disabled" => 0,
"readonly" => 0,
"required" => 0,
"multiple" => 0,
"active" => 1,
]);
}
}