代码功能更新
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* 数据库迁移模型
|
||||
*/
|
||||
|
||||
namespace app\model;
|
||||
|
||||
use laytp\BaseModel;
|
||||
|
||||
class Migrations extends BaseModel
|
||||
{
|
||||
protected $name = 'migrations';
|
||||
}
|
||||
Reference in New Issue
Block a user