瀏覽代碼

refactor: 移除迁移中对 think\migration\db\Column 的依赖

runphp 1 月之前
父節點
當前提交
0fe489d258
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      database/migrations/20250702075858_hello.php
  2. 0 1
      database/migrations/20250702093625_hello2.php

+ 0 - 1
database/migrations/20250702075858_hello.php

@@ -1,7 +1,6 @@
 <?php
 
 use think\migration\Migrator;
-use think\migration\db\Column;
 
 class Hello extends Migrator
 {

+ 0 - 1
database/migrations/20250702093625_hello2.php

@@ -1,7 +1,6 @@
 <?php
 
 use think\migration\Migrator;
-use think\migration\db\Column;
 
 class Hello2 extends Migrator
 {