File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ __Livewire CSV__ はLaravel [Livewire](https://laravel-livewire.com)を使って
3333
3434![ csvimport] ( https://user-images.githubusercontent.com/7894265/197446673-b9d4a151-7dc5-4763-a49b-eeb6eb0edd90.gif )
3535
36+ > ** ワンポイントアドバイス:**
37+ >
38+ > このパッケージはDBの` upsert ` 機能を使ってデータを更新します<br >
39+ > 詳しくは[ CSV Importerコンポーネントについて] ( #csv-importerコンポーネントについて ) を参照願います🫡
40+
3641
3742## インストール方法
3843
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ __Livewire CSV__ Package is a package created on top of Laravel [livewire](https
2929
3030![ csvimport] ( https://user-images.githubusercontent.com/7894265/197446526-dea415cb-eca9-4b3e-bd37-d4ea53ea5ed4.gif )
3131
32+ > ** Note:**
33+ >
34+ > This package uses database ` UPSERT ` command behind to update (or create) your data.<br >
35+ > Please refere to [ CSV Importer Component] ( #csv-importer-component ) for detailed description 🫡
3236
3337## Installation
3438
You can’t perform that action at this time.
0 commit comments