We are using incrementing IDs
This commit is contained in:
parent
ff544885ec
commit
7356a30c45
1 changed files with 0 additions and 7 deletions
|
@ -13,13 +13,6 @@ class Media extends Model
|
||||||
*/
|
*/
|
||||||
protected $table = 'media_endpoint';
|
protected $table = 'media_endpoint';
|
||||||
|
|
||||||
/**
|
|
||||||
* Our primaru key is a UUID value, therefore not incrementing.
|
|
||||||
*
|
|
||||||
* @var boolean
|
|
||||||
*/
|
|
||||||
protected $incrementing = false;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the note that owns this media.
|
* Get the note that owns this media.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue