update
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @author jhx
|
||||
* @date 2022/7/6 14:53
|
||||
*/
|
||||
|
||||
namespace App\model;
|
||||
|
||||
use support\Model;
|
||||
|
||||
class Ip2locationDb11Model extends Model
|
||||
{
|
||||
public $timestamps = FALSE;
|
||||
|
||||
protected $primaryKey = 'ip_from';
|
||||
|
||||
protected $table = 'ip2location_db11';
|
||||
}
|
||||
Reference in New Issue
Block a user