mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 20:43:56 +00:00
166 lines
5.2 KiB
PHP
166 lines
5.2 KiB
PHP
<?php
|
|
|
|
namespace Database\Seeders;
|
|
|
|
use Illuminate\Database\Seeder;
|
|
|
|
class CurrencyRatesTableDevelopmentSeeder extends Seeder
|
|
{
|
|
|
|
/**
|
|
* Auto generated seed file
|
|
*
|
|
* @return void
|
|
*/
|
|
public function run()
|
|
{
|
|
|
|
\DB::table('currency_rates')->insert(array (
|
|
0 =>
|
|
array (
|
|
'id' => 1,
|
|
'currency_id' => 2,
|
|
'selling' => '1.58000',
|
|
'payment_method_type' => 1,
|
|
'service_id' => 1,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-09 07:52:57',
|
|
'updated_at' => '2021-03-09 09:56:24',
|
|
),
|
|
1 =>
|
|
array (
|
|
'id' => 2,
|
|
'currency_id' => 2,
|
|
'selling' => '1.57000',
|
|
'payment_method_type' => 2,
|
|
'service_id' => 1,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-09 07:52:57',
|
|
'updated_at' => '2021-03-09 09:56:24',
|
|
),
|
|
2 =>
|
|
array (
|
|
'id' => 3,
|
|
'currency_id' => 2,
|
|
'selling' => '1.54000',
|
|
'payment_method_type' => 3,
|
|
'service_id' => 1,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-09 07:52:57',
|
|
'updated_at' => '2021-03-09 07:52:57',
|
|
),
|
|
3 =>
|
|
array (
|
|
'id' => 4,
|
|
'currency_id' => 3,
|
|
'selling' => '4.25000',
|
|
'payment_method_type' => 1,
|
|
'service_id' => 1,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-09 07:52:57',
|
|
'updated_at' => '2021-03-09 09:56:24',
|
|
),
|
|
4 =>
|
|
array (
|
|
'id' => 5,
|
|
'currency_id' => 3,
|
|
'selling' => '4.23000',
|
|
'payment_method_type' => 2,
|
|
'service_id' => 1,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-09 07:52:57',
|
|
'updated_at' => '2021-03-09 09:56:24',
|
|
),
|
|
5 =>
|
|
array (
|
|
'id' => 6,
|
|
'currency_id' => 3,
|
|
'selling' => '0.22000',
|
|
'payment_method_type' => 3,
|
|
'service_id' => 1,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-09 07:52:57',
|
|
'updated_at' => '2021-03-09 07:52:57',
|
|
),
|
|
6 =>
|
|
array (
|
|
'id' => 7,
|
|
'currency_id' => 2,
|
|
'selling' => '1.54000',
|
|
'payment_method_type' => 1,
|
|
'service_id' => 4,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-09 10:09:11',
|
|
'updated_at' => '2021-03-09 10:09:11',
|
|
),
|
|
7 =>
|
|
array (
|
|
'id' => 8,
|
|
'currency_id' => 2,
|
|
'selling' => '1.53000',
|
|
'payment_method_type' => 2,
|
|
'service_id' => 4,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-09 10:09:11',
|
|
'updated_at' => '2021-03-09 10:09:11',
|
|
),
|
|
8 =>
|
|
array (
|
|
'id' => 9,
|
|
'currency_id' => 3,
|
|
'selling' => '4.20000',
|
|
'payment_method_type' => 1,
|
|
'service_id' => 4,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-09 10:09:11',
|
|
'updated_at' => '2021-03-09 10:09:11',
|
|
),
|
|
9 =>
|
|
array (
|
|
'id' => 10,
|
|
'currency_id' => 3,
|
|
'selling' => '4.10000',
|
|
'payment_method_type' => 2,
|
|
'service_id' => 4,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-09 10:09:11',
|
|
'updated_at' => '2021-03-09 10:09:11',
|
|
),
|
|
10 =>
|
|
array (
|
|
'id' => 11,
|
|
'currency_id' => 2,
|
|
'selling' => '1.60000',
|
|
'payment_method_type' => 1,
|
|
'service_id' => 5,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-11 06:34:23',
|
|
'updated_at' => '2021-03-11 06:34:23',
|
|
),
|
|
11 =>
|
|
array (
|
|
'id' => 12,
|
|
'currency_id' => 2,
|
|
'selling' => '1.55000',
|
|
'payment_method_type' => 2,
|
|
'service_id' => 5,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-11 06:34:23',
|
|
'updated_at' => '2021-03-11 06:34:23',
|
|
),
|
|
12 =>
|
|
array (
|
|
'id' => 13,
|
|
'currency_id' => 2,
|
|
'selling' => '1.54000',
|
|
'payment_method_type' => 3,
|
|
'service_id' => 5,
|
|
'deleted_at' => NULL,
|
|
'created_at' => '2021-03-11 06:34:23',
|
|
'updated_at' => '2021-03-11 06:34:23',
|
|
),
|
|
));
|
|
|
|
|
|
}
|
|
} |