File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ class TableClassInfo {
3232 public string
3333 $ PrimaryKey = '' ;
3434
35+ public ?string
36+ $ Engine = NULL ;
37+
3538 public string
3639 $ ObjectKey ;
3740
@@ -79,6 +82,7 @@ protected function
7982 $ this ->Name = $ Inst ->Name ;
8083 $ this ->Alias = $ Inst ->Alias ;
8184 $ this ->Comment = $ Inst ->Comment ;
85+ $ this ->Engine = $ Inst ->Engine ;
8286
8387 $ ClassDef = NULL ;
8488 $ FieldSet = [];
Original file line number Diff line number Diff line change @@ -1130,6 +1130,7 @@ static public function
11301130 ->Comment ($ Table ->Comment )
11311131 ->Fields ($ Table ->GetFieldList ())
11321132 ->Index ($ Table ->GetIndexList ())
1133+ ->Engine ($ Table ->Engine )
11331134 ->ForeignKey ($ Table ->GetForeignKeyList ());
11341135
11351136 return $ Verse ;
You can’t perform that action at this time.
0 commit comments