diff --git a/database/migrations/2018_04_16_142434_add_custom_domain.php b/database/migrations/2018_04_16_142434_add_custom_domain.php new file mode 100644 index 000000000000..289c096fc740 --- /dev/null +++ b/database/migrations/2018_04_16_142434_add_custom_domain.php @@ -0,0 +1,30 @@ +boolean('is_custom_domain')->default(false); + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +}