I wanna be able to upload an image without having to give it description but to still be able to if you wanted.Currently my migrations are making all my columns not null which is creating this problem for me.
1条回答 默认 最新
douwen3198 2018-02-04 11:42关注use nullable() on migrations :
$table->string('description')->nullable();本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报