mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
create database seeder for the services for testing environment
This commit is contained in:
@@ -15,29 +15,8 @@ class CurrenciesTableDevelopmentSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
|
||||
|
||||
\DB::table('currencies')->insert(array (
|
||||
0 =>
|
||||
array (
|
||||
'id' => 1,
|
||||
'country_id' => 1,
|
||||
'name' => 'Malaysian Ringgit',
|
||||
'short_code' => 'MYR',
|
||||
'symbol' => 'RM',
|
||||
'deleted_at' => NULL,
|
||||
'created_at' => '2021-03-09 07:30:20',
|
||||
'updated_at' => '2021-03-09 07:30:20',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'id' => 2,
|
||||
'country_id' => 2,
|
||||
'name' => 'Yuan Renminbi',
|
||||
'short_code' => 'RMB',
|
||||
'symbol' => '¥',
|
||||
'deleted_at' => NULL,
|
||||
'created_at' => '2021-03-09 07:30:20',
|
||||
'updated_at' => '2021-03-09 07:30:20',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'id' => 3,
|
||||
|
||||
Reference in New Issue
Block a user