@ -8,6 +8,7 @@ use Illuminate\Database\Eloquent\Model;
class MiniProgramDraft extends Model
{
use HasFactory;
protected $primaryKey = 'draft_id';
public function __construct(array $attributes = [])
class MiniProgramTemplate extends Model
protected $primaryKey = 'template_id';