You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/specs/issue_fix/132_create_migration_for_drop_table/case_independent_tables_drop_sort/mysql/migrations_mysql_db/m200000_000002_delete_table_ubigpks.php
Copy file name to clipboardExpand all lines: tests/specs/issue_fix/132_create_migration_for_drop_table/case_independent_tables_drop_sort/mysql/models/base/Ubigpk.php
+1-21Lines changed: 1 addition & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,6 @@
7
7
*
8
8
* @property string $id
9
9
* @property string $name
10
-
* @property string $size
11
-
* @property integer $d
12
-
* @property integer $e
13
-
* @property string $f
14
-
* @property double $dp
15
-
* @property double $dp2
16
10
*
17
11
*/
18
12
abstractclass Ubigpk extends \yii\db\ActiveRecord
@@ -25,22 +19,8 @@ public static function tableName()
0 commit comments