チェックインデータがCSVで投入されたことを記録できるようにした

This commit is contained in:
shibafu
2020-02-18 02:03:49 +09:00
parent 0a53199399
commit 6387d4e853
6 changed files with 81 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ class Ejaculation extends Model
{
use HasEagerLimit;
const SOURCE_WEB = 'web';
const SOURCE_CSV = 'csv';
protected $fillable = [
'user_id', 'ejaculated_date',
'note', 'geo_latitude', 'geo_longitude', 'link',