|
@@ -10,9 +10,9 @@ class DhammaTerm extends Model
|
|
|
use HasFactory;
|
|
use HasFactory;
|
|
|
|
|
|
|
|
protected $primaryKey = 'guid';
|
|
protected $primaryKey = 'guid';
|
|
|
- public $incrementing = false;
|
|
|
|
|
- //protected $keyType = "string";
|
|
|
|
|
protected $casts = [
|
|
protected $casts = [
|
|
|
'guid' => 'string'
|
|
'guid' => 'string'
|
|
|
];
|
|
];
|
|
|
|
|
+ public $incrementing = false;
|
|
|
|
|
+
|
|
|
}
|
|
}
|