deplay phase 1
This commit is contained in:
parent
e3dc1afd8e
commit
5a7478907e
68 changed files with 2831 additions and 818 deletions
|
|
@ -18,7 +18,7 @@ use Illuminate\Database\Eloquent\SoftDeletes;
|
|||
* - merged_into_id + merged_at in $fillable
|
||||
* - mergedInto() / mergedContacts() Beziehungen
|
||||
*
|
||||
* Tabellen-Name: 'contacts' (nach Phase 2 — RENAME TABLE customer → contacts).
|
||||
* Tabellen-Name: 'customer' (wird in Phase 2 in 'contacts' umbenannt).
|
||||
*
|
||||
* @property int $id
|
||||
* @property int|null $salutation_id
|
||||
|
|
@ -50,7 +50,7 @@ class Contact extends Model
|
|||
|
||||
protected $connection = 'mysql';
|
||||
|
||||
protected $table = 'contacts';
|
||||
protected $table = 'customer';
|
||||
|
||||
protected $casts = [
|
||||
'salutation_id' => 'int',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue