Commit 56f22fca by 杨树贤

加入大数据模型

parent 45b7f3c3
Showing with 13 additions and 0 deletions
<?php
namespace App\Model\BigData;
use Illuminate\Database\Eloquent\Model;
class DataManageModel extends Model
{
protected $connection='big_data';
protected $table='data_manage';
public $timestamps = false;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment