<?php
use Illuminate\Database\Seeder;
class VoucherListsTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
DB::table('voucher_lists')->insert([
'0' => [
'vouchercode' => 'MCL000010',
'vouchername' => 'mcel 10 MT',
'vouchervalue' => 10,
'barcode' => '0700083005540',
'rechargeinstruction' => 'Digita *133*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 10,
'voucher_type_id' => 1,
'created_at' => now(),
'updated_at' => now()
],
'1' => [
'vouchercode' => 'MCL000020',
'vouchername' => 'mcel 20 MT',
'vouchervalue' => 20,
'barcode' => '0700083005557',
'rechargeinstruction' => 'Digita *133*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 20,
'voucher_type_id' => 1,
'created_at' => now(),
'updated_at' => now()
],
'2' => [
'vouchercode' => 'MCL000050',
'vouchername' => 'mcel 50 MT',
'vouchervalue' => 50,
'barcode' => '0700083005571',
'rechargeinstruction' => 'Digita *133*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 50,
'voucher_type_id' => 1,
'created_at' => now(),
'updated_at' => now()
],
'3' => [
'vouchercode' => 'MCL000100',
'vouchername' => 'mcel 100 MT',
'vouchervalue' => 100,
'barcode' => '0700083005595',
'rechargeinstruction' => 'Digita *133*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 100,
'voucher_type_id' => 1,
'created_at' => now(),
'updated_at' => now()
],
'4' => [
'vouchercode' => 'MCL000150',
'vouchername' => 'mcel 150 MT',
'vouchervalue' => 150,
'barcode' => '0700083005601',
'rechargeinstruction' => 'Digita *133*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 150,
'voucher_type_id' => 1,
'created_at' => now(),
'updated_at' => now()
],
'6' => [
'vouchercode' => 'MCL000200',
'vouchername' => 'mcel 200 MT',
'vouchervalue' => 200,
'barcode' => '0700083006134',
'rechargeinstruction' => 'Digita *133*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 200,
'voucher_type_id' => 1,
'created_at' => now(),
'updated_at' => now()
],
'7' => [
'vouchercode' => 'MCL000300',
'vouchername' => 'mcel 300 MT',
'vouchervalue' => 20,
'barcode' => '0700083005618',
'rechargeinstruction' => 'Digita *133*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 300,
'voucher_type_id' => 1,
'created_at' => now(),
'updated_at' => now()
],
'8' => [
'vouchercode' => 'MCL000300',
'vouchername' => 'mcel 300 MT',
'vouchervalue' => 300,
'barcode' => '0700083005618',
'rechargeinstruction' => 'Digita *133*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 300,
'voucher_type_id' => 1,
'created_at' => now(),
'updated_at' => now()
],
'9' => [
'vouchercode' => 'MCL000600',
'vouchername' => 'mcel 600 MT',
'vouchervalue' => 600,
'barcode' => '0700083005625',
'rechargeinstruction' => 'Digita *133*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 600,
'voucher_type_id' => 1,
'created_at' => now(),
'updated_at' => now()
],
'10' => [
'vouchercode' => 'MCL002000',
'vouchername' => 'mcel 2000 MT',
'vouchervalue' => 2000,
'barcode' => '0700083005632',
'rechargeinstruction' => 'Digita *133*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 2000,
'voucher_type_id' => 1,
'created_at' => now(),
'updated_at' => now()
],
'11' => [
'vouchercode' => 'MOV000010',
'vouchername' => 'Movitel 10 MT',
'vouchervalue' => 10,
'barcode' => '0700083005649',
'rechargeinstruction' => 'Digita *150*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 10,
'voucher_type_id' => 3,
'created_at' => now(),
'updated_at' => now()
],
'12' => [
'vouchercode' => 'MOV000020',
'vouchername' => 'Movitel 20 MT',
'vouchervalue' => 20,
'barcode' => '0700083005656',
'rechargeinstruction' => 'Digita *150*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 20,
'voucher_type_id' => 3,
'created_at' => now(),
'updated_at' => now()
],
'13' => [
'vouchercode' => 'MOV000050',
'vouchername' => 'Movitel 50 MT',
'vouchervalue' => 50,
'barcode' => '0700083005663',
'rechargeinstruction' => 'Digita *150*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 50,
'voucher_type_id' => 3,
'created_at' => now(),
'updated_at' => now()
],
'14' => [
'vouchercode' => 'MOV0000100',
'vouchername' => 'Movitel 100 MT',
'vouchervalue' => 100,
'barcode' => '0700083005670',
'rechargeinstruction' => 'Digita *150*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 100,
'voucher_type_id' => 3,
'created_at' => now(),
'updated_at' => now()
],
'15' => [
'vouchercode' => 'MOV0000200',
'vouchername' => 'Movitel 200 MT',
'vouchervalue' => 200,
'barcode' => '0700083005687',
'rechargeinstruction' => 'Digita *150*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 200,
'voucher_type_id' => 3,
'created_at' => now(),
'updated_at' => now()
],
'16' => [
'vouchercode' => 'MOV0000500',
'vouchername' => 'Movitel 500 MT',
'vouchervalue' => 500,
'barcode' => '0700083005694',
'rechargeinstruction' => 'Digita *150*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 500,
'voucher_type_id' => 3,
'created_at' => now(),
'updated_at' => now()
],
'17' => [
'vouchercode' => 'MZP000050',
'vouchername' => 'MozPin 50 MT',
'vouchervalue' => 50,
'barcode' => '0700083005946',
'rechargeinstruction' => 'Visite www.mobitopup.mobi para carregar a sua conta',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 50,
'voucher_type_id' => 4,
'created_at' => now(),
'updated_at' => now()
],
'18' => [
'vouchercode' => 'MZP000100',
'vouchername' => 'MozPin 100 MT',
'vouchervalue' => 100,
'barcode' => '0700083005953',
'rechargeinstruction' => 'Visite www.mobitopup.mobi para carregar a sua conta',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 100,
'voucher_type_id' => 4,
'created_at' => now(),
'updated_at' => now()
],
'19' => [
'vouchercode' => 'MZP000200',
'vouchername' => 'MozPin 200 MT',
'vouchervalue' => 200,
'barcode' => '0700083005960',
'rechargeinstruction' => 'Visite www.mobitopup.mobi para carregar a sua conta',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 200,
'voucher_type_id' => 4,
'created_at' => now(),
'updated_at' => now()
],
'20' => [
'vouchercode' => 'MZP000500',
'vouchername' => 'MozPin 500 MT',
'vouchervalue' => 500,
'barcode' => '0700083005977',
'rechargeinstruction' => 'Visite www.mobitopup.mobi para carregar a sua conta',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 500,
'voucher_type_id' => 4,
'created_at' => now(),
'updated_at' => now()
],
'21' => [
'vouchercode' => 'MZP001000',
'vouchername' => 'MozPin 1000 MT',
'vouchervalue' => 1000,
'barcode' => '0700083005984',
'rechargeinstruction' => 'Visite www.mobitopup.mobi para carregar a sua conta',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 1000,
'voucher_type_id' => 4,
'created_at' => now(),
'updated_at' => now()
],
'22' => [
'vouchercode' => 'MZP002500',
'vouchername' => 'MozPin 2500 MT',
'vouchervalue' => 2500,
'barcode' => '0700083005991',
'rechargeinstruction' => 'Visite www.mobitopup.mobi para carregar a sua conta',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 2500,
'voucher_type_id' => 4,
'created_at' => now(),
'updated_at' => now()
],
'23' => [
'vouchercode' => 'MZP005000',
'vouchername' => 'MozPin 5000 MT',
'vouchervalue' => 5000,
'barcode' => '0700083006004',
'rechargeinstruction' => 'Visite www.mobitopup.mobi para carregar a sua conta',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 5000,
'voucher_type_id' => 4,
'created_at' => now(),
'updated_at' => now()
],
'24' => [
'vouchercode' => 'STR000180',
'vouchername' => 'StarTimes NOVO 180 MT',
'vouchervalue' => 180,
'barcode' => '0700083006196',
'rechargeinstruction' => 'Envie SMS com "rec#smcardcode#CodigoRecarga" para 99199 Linha de Apoio ao cliente',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 180,
'voucher_type_id' => 5,
'created_at' => now(),
'updated_at' => now()
],
'25' => [
'vouchercode' => 'STR000400',
'vouchername' => 'StarTimes Basico 400 MT',
'vouchervalue' => 400,
'barcode' => '0700083006233',
'rechargeinstruction' => 'Envie SMS com "rec#smcardcode#CodigoRecarga" para 99199 Linha de Apoio ao cliente',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 400,
'voucher_type_id' => 5,
'created_at' => now(),
'updated_at' => now()
],
'26' => [
'vouchercode' => 'STR000500',
'vouchername' => 'StarTimes Classico 500 MT',
'vouchervalue' => 500,
'barcode' => '0700083006240',
'rechargeinstruction' => 'Envie SMS com "rec#smcardcode#CodigoRecarga" para 99199 Linha de Apoio ao cliente',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 500,
'voucher_type_id' => 5,
'created_at' => now(),
'updated_at' => now()
],
'27' => [
'vouchercode' => 'STR000880',
'vouchername' => 'StarTimes Unico 880 MT',
'vouchervalue' => 880,
'barcode' => '0700083006189',
'rechargeinstruction' => 'Envie SMS com "rec#smcardcode#CodigoRecarga" para 99199 Linha de Apoio ao cliente',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 880,
'voucher_type_id' => 5,
'created_at' => now(),
'updated_at' => now()
],
'28' => [
'vouchercode' => 'TDM000020',
'vouchername' => 'TDM Bla-Bla 20 MT',
'vouchervalue' => 20,
'barcode' => '0700083005786',
'rechargeinstruction' => 'Digite no seu telefone 1283 e siga as intru‡oes',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 20,
'voucher_type_id' => 6,
'created_at' => now(),
'updated_at' => now()
],
'29' => [
'vouchercode' => 'TDM000050',
'vouchername' => 'TDM Bla-Bla 50 MT',
'vouchervalue' => 50,
'barcode' => '0700083005793',
'rechargeinstruction' => 'Digite no seu telefone 1283 e siga as intru‡oes',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 50,
'voucher_type_id' => 6,
'created_at' => now(),
'updated_at' => now()
],
'30' => [
'vouchercode' => 'TDM000100',
'vouchername' => 'TDM Bla-Bla 100 MT',
'vouchervalue' => 100,
'barcode' => '0700083005809',
'rechargeinstruction' => 'Digite no seu telefone 1283 e siga as intru‡oes',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 100,
'voucher_type_id' => 6,
'created_at' => now(),
'updated_at' => now()
],
'31' => [
'vouchercode' => 'TDM000250',
'vouchername' => 'TDM Bla-Bla 250 MT',
'vouchervalue' => 250,
'barcode' => '0700083005816',
'rechargeinstruction' => 'Digite no seu telefone 1283 e siga as intru‡oes',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 250,
'voucher_type_id' => 6,
'created_at' => now(),
'updated_at' => now()
],
'32' => [
'vouchercode' => 'TDM000500',
'vouchername' => 'TDM Bla-Bla 500 MT',
'vouchervalue' => 500,
'barcode' => '0700083005823',
'rechargeinstruction' => 'Digite no seu telefone 1283 e siga as intru‡oes',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 500,
'voucher_type_id' => 6,
'created_at' => now(),
'updated_at' => now()
],
'33' => [
'vouchercode' => 'TDM001000',
'vouchername' => 'TDM Bla-Bla 1000 MT',
'vouchervalue' => 1000,
'barcode' => '0700083005830',
'rechargeinstruction' => 'Digite no seu telefone 1283 e siga as intru‡oes',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 1000,
'voucher_type_id' => 6,
'created_at' => now(),
'updated_at' => now()
],
'34' => [
'vouchercode' => 'VOM000010',
'vouchername' => 'Vodacom 10 MT',
'vouchervalue' => 10,
'barcode' => '0700083005700',
'rechargeinstruction' => 'Digita *100*01*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 10,
'voucher_type_id' => 2,
'created_at' => now(),
'updated_at' => now()
],
'35' => [
'vouchercode' => 'VOM000020',
'vouchername' => 'Vodacom 20 MT',
'vouchervalue' => 20,
'barcode' => '0700083005717',
'rechargeinstruction' => 'Digita *100*01*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 20,
'voucher_type_id' => 2,
'created_at' => now(),
'updated_at' => now()
],
'36' => [
'vouchercode' => 'VOM000050',
'vouchername' => 'Vodacom 50 MT',
'vouchervalue' => 50,
'barcode' => '0700083005724',
'rechargeinstruction' => 'Digita *100*01*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 50,
'voucher_type_id' => 2,
'created_at' => now(),
'updated_at' => now()
],
'37' => [
'vouchercode' => 'VOM000100',
'vouchername' => 'Vodacom 100 MT',
'vouchervalue' => 100,
'barcode' => '0700083005731',
'rechargeinstruction' => 'Digita *100*01*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 100,
'voucher_type_id' => 2,
'created_at' => now(),
'updated_at' => now()
],
'38' => [
'vouchercode' => 'VOM000200',
'vouchername' => 'Vodacom 200 MT',
'vouchervalue' => 200,
'barcode' => '0700083005748',
'rechargeinstruction' => 'Digita *100*01*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 200,
'voucher_type_id' => 2,
'created_at' => now(),
'updated_at' => now()
],
'39' => [
'vouchercode' => 'VOM000500',
'vouchername' => 'Vodacom 500 MT',
'vouchervalue' => 500,
'barcode' => '0700083005755',
'rechargeinstruction' => 'Digita *100*01*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 500,
'voucher_type_id' => 2,
'created_at' => now(),
'updated_at' => now()
],
'40' => [
'vouchercode' => 'VOM001000',
'vouchername' => 'Vodacom 1000 MT',
'vouchervalue' => 1000,
'barcode' => '0700083005762',
'rechargeinstruction' => 'Digita *100*01*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 1000,
'voucher_type_id' => 2,
'created_at' => now(),
'updated_at' => now()
],
'41' => [
'vouchercode' => 'VOM002000',
'vouchername' => 'Vodacom 2000 MT',
'vouchervalue' => 2000,
'barcode' => '0700083005779',
'rechargeinstruction' => 'Digita *100*01*codigo da recarga#',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 2000,
'voucher_type_id' => 2,
'created_at' => now(),
'updated_at' => now()
],
'42' => [
'vouchercode' => 'ZAP000715',
'vouchername' => 'ZAP Mini 715 MT',
'vouchervalue' => 715,
'barcode' => '0700083006103',
'rechargeinstruction' => 'Ligue para o N.§ de Servi‡o de Carregamento 95 100 ou para 95 102.',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 715,
'voucher_type_id' => 7,
'created_at' => now(),
'updated_at' => now()
],
'43' => [
'vouchercode' => 'ZAP001430',
'vouchername' => 'ZAP Max 1430 MT',
'vouchervalue' => 1430,
'barcode' => '0700083006110',
'rechargeinstruction' => 'Ligue para o N.§ de Servi‡o de Carregamento 95 100 ou para 95 102.',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 1430,
'voucher_type_id' => 7,
'created_at' => now(),
'updated_at' => now()
],
'44' => [
'vouchercode' => 'ZAP003575',
'vouchername' => 'ZAP Premium 3575 MT',
'vouchervalue' => 3575,
'barcode' => '0700083006226',
'rechargeinstruction' => 'Ligue para o N.§ de Servi‡o de Carregamento 95 100 ou para 95 102.',
'promotion' => 'Obrigado!',
'vat' => 1,
'price' => 3575,
'voucher_type_id' => 7,
'created_at' => now(),
'updated_at' => now()
]
]);
}
}