mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Set nullable properties to matomo properties
This commit is contained in:
parent
e7c24a5857
commit
647f28ab02
@ -14,8 +14,8 @@ class AddIndexToPaymentHash extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::table('companies', function (Blueprint $table) {
|
||||
$table->varchar('matomo_url');
|
||||
$table->bigInteger('matomo_id');
|
||||
$table->varchar('matomo_url')->nullable();
|
||||
$table->bigInteger('matomo_id')->nullable();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user