ejaculations.sourceはNULL非許容にする

This commit is contained in:
shibafu
2020-05-24 19:39:24 +09:00
parent 00f75f33cc
commit e2f01561a8
3 changed files with 36 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ class Ejaculation extends Model
protected $fillable = [
'user_id', 'ejaculated_date',
'note', 'geo_latitude', 'geo_longitude', 'link',
'note', 'geo_latitude', 'geo_longitude', 'link', 'source',
'is_private', 'is_too_sensitive'
];