diff --git a/database/migrations/2018_09_18_043334_add_cw_desc_to_status.php b/database/migrations/2018_09_18_043334_add_cw_desc_to_status.php new file mode 100644 index 000000000..13773b9b0 --- /dev/null +++ b/database/migrations/2018_09_18_043334_add_cw_desc_to_status.php @@ -0,0 +1,30 @@ +string('cw_summary')->nullable(); + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +}