%PDF- %PDF-
Direktori : /www/loslex/production/database/seeders/ |
Current File : /www/loslex/production/database/seeders/RangeSeeder.php |
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; use Illuminate\Support\Facades\DB; use Illuminate\Database\Console\Seeds\WithoutModelEvents; class RangeSeeder extends Seeder { /** * Run the database seeds. */ public function run(): void { DB::table('ranges')->updateOrInsert(['id' => 1], ['id' => 1, 'name' => 'AKIM Znojmo', 'is_active' => 1, 'region' => 11,'coords' => DB::raw('POINT(16.101966559859, 48.842351036061)'), 'address' => 'Oblekovická 480/201, Znojmo, 671 81', 'web' => 'https://www.strelniceznojmo.cz/', 'email' => 'info@strelniceznojmo.cz', 'phone' => '+420 724 724 162']); DB::table('ranges')->updateOrInsert(['id' => 2], ['id' => 2, 'name' => 'Camp Zero', 'is_active' => 1, 'region' => 1,'coords' => DB::raw('POINT(14.521881659347, 50.105267512154)'), 'address' => 'Budova G, Poděbradská 88/55, Praha 9, 194 00', 'web' => 'http://www.campzero.cz/', 'email' => 'info@campzero.cz', 'phone' => '+420 601 007 300']); DB::table('ranges')->updateOrInsert(['id' => 3], ['id' => 3, 'name' => 'Čekanice', 'is_active' => 0, 'region' => 3,'coords' => DB::raw('POINT(14.673443846582, 49.433698975626)'), ]); DB::table('ranges')->updateOrInsert(['id' => 4], ['id' => 4, 'name' => 'Čelákovice', 'is_active' => 1, 'region' => 2,'coords' => DB::raw('POINT(14.73515902902, 50.148651797024)'), 'address' => 'Čelákovice č. p. 115, Čelákovice, 250 88', 'web' => 'https://www.sskcelakovice.cz/', 'email' => 'spravce@sskcelakovice.cz', 'phone' => '+420 603 102 925']); DB::table('ranges')->updateOrInsert(['id' => 5], ['id' => 5, 'name' => 'CS Solutions', 'is_active' => 1, 'region' => 11,'coords' => DB::raw('POINT(16.594035294294, 49.250133551055)'), 'address' => 'Karásek 2245/1f, Brno, 621 00', 'web' => 'https://www.strelnice-brno.cz/', 'email' => 'strelnice-brno@cssolutions.cz', 'phone' => '+420 773 744 066']); DB::table('ranges')->updateOrInsert(['id' => 6], ['id' => 6, 'name' => 'DonShot', 'is_active' => 1, 'region' => 11,'coords' => DB::raw('POINT(16.60361239846, 49.165996148054)'), 'address' => 'Pražákova 752/50d, Horní Heršpice, Brno, 619 00', 'web' => 'https://www.donshot.cz/', 'email' => 'info@donshot.cz', 'phone' => '+420 601 129 130']); DB::table('ranges')->updateOrInsert(['id' => 7], ['id' => 7, 'name' => 'GunCenter Otrokovice', 'is_active' => 1, 'region' => 14,'coords' => DB::raw('POINT(17.519522945652, 49.212048457141)'), 'address' => 'Areál TOMA a.s., budova 12, Otrokovice - Baťov', 'web' => 'http://www.guncenter.cz/', 'email' => 'guns@bcl.cz', 'phone' => '+420 724 922 923']); DB::table('ranges')->updateOrInsert(['id' => 8], ['id' => 8, 'name' => 'Hodonice', 'is_active' => 1, 'region' => 11,'coords' => DB::raw('POINT(16.184437634052, 48.831515024133)'), 'web' => 'https://www.ipscznojmo.cz/', 'email' => 'info@ipscznojmo.cz', ]); DB::table('ranges')->updateOrInsert(['id' => 9], ['id' => 9, 'name' => 'Jablonné v Podještědí', 'is_active' => 1, 'region' => 7,'coords' => DB::raw('POINT(14.771659079761, 50.758888982538)'), 'address' => 'Lidická 502, Jablonné v Podještědí, 471 25', 'web' => 'https://ssk-jablonne.cz/', 'email' => 'info@ssk-jablonne.cz', 'phone' => '+420 777 817 285']); DB::table('ranges')->updateOrInsert(['id' => 10], ['id' => 10, 'name' => 'Konferenční centrum City', 'is_active' => 1, 'region' => 1,'coords' => DB::raw('POINT(14.440053459633, 50.049893946328)'), 'address' => 'Na Strži 65/1702, Praha 4, 140 00', 'web' => 'https://www.kc-city.cz/', 'email' => 'rezervace@kc-city.cz', ]); DB::table('ranges')->updateOrInsert(['id' => 11], ['id' => 11, 'name' => 'Krhanice', 'is_active' => 1, 'region' => 2,'coords' => DB::raw('POINT(14.545509459227, 49.856362813427)'), 'web' => 'https://www.ssk-krhanice.cz/', 'email' => 'strelba@ssk-krhanice.cz', 'phone' => '+420 731 188 673']); DB::table('ranges')->updateOrInsert(['id' => 12], ['id' => 12, 'name' => 'Lišov', 'is_active' => 1, 'region' => 3,'coords' => DB::raw('POINT(14.609661255968, 49.022350905323)'), 'web' => 'https://www.ssklisov.cz/', 'email' => 'ssklisov@seznam.cz', ]); DB::table('ranges')->updateOrInsert(['id' => 13], ['id' => 13, 'name' => 'Olomouc - Lazce', 'is_active' => 1, 'region' => 12,'coords' => DB::raw('POINT(17.240841473012, 49.61906163599)'), 'address' => 'Černovír 277, Olomouc, 779 11', 'web' => 'https://www.lazeckastrelnice.cz/', 'email' => 'spravce@lazeckastrelnice.cz', 'phone' => '+420 725 797 152']); DB::table('ranges')->updateOrInsert(['id' => 14], ['id' => 14, 'name' => 'Opařany', 'is_active' => 1, 'region' => 3,'coords' => DB::raw('POINT(14.468951158712, 49.400486046528)'), 'address' => 'Opařany 372, Opařany, 391 61', 'web' => 'https://skoparany.cz/', 'email' => 'info@skoparany.cz', ]); DB::table('ranges')->updateOrInsert(['id' => 15], ['id' => 15, 'name' => 'Pelhřimov', 'is_active' => 1, 'region' => 10,'coords' => DB::raw('POINT(15.215007855981, 49.406639799364)'), 'address' => 'Myslotín 1511, Pelhřimov, 393 01', 'web' => 'https://sskpelhrimov.webnode.cz/', 'email' => 'vasekvystyd@seznam.cz', 'phone' => '+420 777 606 206', 'note' => 'Při veřejném střílení v neděli je dočasně omezeno používání zbraní ráže 7,62x39 mm, .223 Rem., .308 Win. a brokových zbraní.']); DB::table('ranges')->updateOrInsert(['id' => 16], ['id' => 16, 'name' => 'Polárka Frýdek-Místek', 'is_active' => 1, 'region' => 13,'coords' => DB::raw('POINT(18.34806975599, 49.682246633956)'), 'address' => 'Na Příkopě 3726, Frýdek-Místek, 738 01', 'web' => 'https://strelnice.halapolarka.cz/', 'email' => 'info@strelnicepolarka.cz', 'phone' => '+420 731 391 921']); DB::table('ranges')->updateOrInsert(['id' => 17], ['id' => 17, 'name' => 'SCSA Security Praha', 'is_active' => 1, 'region' => 1,'coords' => DB::raw('POINT(14.429769659344, 50.139746406338)'), 'address' => 'Lužecká 1, 181 00, Praha 8 – Čimice, 181 00', 'web' => 'https://www.strelnice-praha.cz/', 'email' => 'info@strelnice-praha.cz', 'phone' => '+420 603 448 495']); DB::table('ranges')->updateOrInsert(['id' => 18], ['id' => 18, 'name' => 'Skalice u České Lípy', 'is_active' => 1, 'region' => 7,'coords' => DB::raw('POINT(14.514845561755, 50.738650266558)'), 'address' => 'Skalice u České Lípy 568, 471 17', 'web' => 'https://www.sskskalice.cz/', 'phone' => '+420 603 960 447']); DB::table('ranges')->updateOrInsert(['id' => 19], ['id' => 19, 'name' => 'Skalice u Litoměřic', 'is_active' => 1, 'region' => 6,'coords' => DB::raw('POINT(14.146541998008, 50.571695052101)'), 'address' => 'Skalická 201, Žitenice, 411 41', 'web' => 'https://www.strelnice-skalice.cz/', 'email' => 'info@skalice-strelnice.cz', 'phone' => '+420 721 723 273']); DB::table('ranges')->updateOrInsert(['id' => 20], ['id' => 20, 'name' => 'Spálené Poříčí', 'is_active' => 1, 'region' => 4,'coords' => DB::raw('POINT(13.612629511473, 49.619424092628)'), 'web' => 'http://strelnice.hostmania.cz/', 'email' => 'strelniceporici@seznam.cz']); DB::table('ranges')->updateOrInsert(['id' => 21], ['id' => 21, 'name' => 'Timpo Olomouc', 'is_active' => 1, 'region' => 12,'coords' => DB::raw('POINT(17.229033811473, 49.592791063641)'), 'address' => 'Třída Svornosti 1177/57, Olomouc, 779 00', 'web' => 'https://www.gunsport.cz/', 'email' => 'gunsport@seznam.cz', 'phone' => '+420 775 065 024']); DB::table('ranges')->updateOrInsert(['id' => 22], ['id' => 22, 'name' => 'TipSport Aréna Liberec', 'is_active' => 1, 'region' => 7,'coords' => DB::raw('POINT(15.049251113615, 50.752573910726)'), 'address' => 'Jeronýmova 570/22, Liberec, 460 07', 'web' => 'https://www.gryfacademy.cz/', 'email' => 'info@gryf-academy.cz', 'phone' => '+420 489 201 303']); DB::table('ranges')->updateOrInsert(['id' => 23], ['id' => 23, 'name' => 'Trigger Service Brno', 'is_active' => 1, 'region' => 11,'coords' => DB::raw('POINT(16.603047155636, 49.207987957784)'), 'address' => 'Kotlářská 51a, Brno, 602 00', 'web' => 'https://www.triggerservice.cz/', 'email' => 'info@triggerservice.cz', 'phone' => '+420 541 218 197']); DB::table('ranges')->updateOrInsert(['id' => 24], ['id' => 24, 'name' => 'Třebíč - Poušov', 'is_active' => 1, 'region' => 10,'coords' => DB::raw('POINT(15.856905340296, 49.212571814259)'), 'address' => 'Poušov 349/1, Třebíč, 674 01', 'email' => 'k.shark@seznam.cz', 'phone' => '+420 606 839 358']); DB::table('ranges')->updateOrInsert(['id' => 25], ['id' => 25, 'name' => 'WarZone', 'is_active' => 1, 'region' => 11,'coords' => DB::raw('POINT(16.628815855688, 49.390684313863)'), 'address' => 'Dolní Lhota 221 Blansko, 678 01', 'web' => 'https://www.war-zone.cz/', 'email' => 'strelnice@war-zone.cz', 'phone' => '+420 601 211 975']); DB::table('ranges')->updateOrInsert(['id' => 26], ['id' => 26, 'name' => 'Žalany', 'is_active' => 1, 'region' => 6,'coords' => DB::raw('POINT(13.893444440338, 50.597130247456)'), 'address' => 'Žalany 176, Žalany, 417 63', 'web' => 'https://www.kvzteplice.cz/', 'phone' => '+420 776 093 341']); DB::table('ranges')->updateOrInsert(['id' => 27], ['id' => 27, 'name' => 'SSK Dobřany', 'is_active' => 1, 'region' => 4,'coords' => DB::raw('POINT(13.272855382639, 49.655335676607)'), 'web' => 'http://sskdobrany.wz.cz/', 'email' => 'sskdobrany@seznam.cz', 'phone' => '+420 724 538 680']); DB::table('ranges')->updateOrInsert(['id' => 28], ['id' => 28, 'name' => 'Střelnice Přerov', 'is_active' => 1, 'region' => 12,'coords' => DB::raw('POINT(17.440590666737, 49.447101774689)'), 'address' => 'Tovačovská 638/2, Přerov I-Město, 750 02', 'web' => 'https://strelniceprerov.cz/', 'email' => 'info@strelniceprerov.cz', 'phone' => '+420 773 872 715']); DB::table('ranges')->updateOrInsert(['id' => 29], ['id' => 29, 'name' => 'Střelnice Teplice', 'is_active' => 1, 'region' => 6,'coords' => DB::raw('POINT(13.814429738816, 50.650278581286)'), 'address' => 'Dubská č.p.2964, Teplice', 'web' => 'https://www.strelciteplice.cz/', 'email' => 'strelciteplice@seznam.cz']); DB::table('ranges')->updateOrInsert(['id' => 30], ['id' => 30, 'name' => 'Gun Range', 'is_active' => 1, 'region' => 2,'coords' => DB::raw('POINT(14.65179405174, 50.18958881968)'), 'address' => 'Kostelecká 1776, Brandýs nad Labem', 'note' => 'V areálu Hotel Sportcentrum Brandys', 'web' => 'https://gunrange.cz/', 'email' => 'info@gunrange.cz', 'phone' => '+420 604 236 716']); DB::table('ranges')->updateOrInsert(['id' => 31], ['id' => 31, 'name' => 'Rokle Tachov', 'is_active' => 1, 'region' => 4,'coords' => DB::raw('POINT(12.62108024507855, 49.80968911563708)'),'address' => 'U Ctiboře 2127, 347 01, Tachov', 'web' => 'https://www.sskarnikatachov.cz/', 'email' => 'sskarnikatachov@seznam.cz', 'phone' => '+420 722 125 310']); } }