diff --git a/database/migrations/2022_08_11_011534_licenses_table_for_self_host.php b/database/migrations/2022_08_11_011534_licenses_table_for_self_host.php new file mode 100644 index 000000000000..8fffec838a07 --- /dev/null +++ b/database/migrations/2022_08_11_011534_licenses_table_for_self_host.php @@ -0,0 +1,30 @@ +unsignedBigInteger('recurring_invoice_id')->nullable(); + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +};