mysql engine

This commit is contained in:
Abdussamed 2023-04-03 09:15:03 +03:00
parent 795074f8fc
commit 51d2d32f91
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
{ {
public function query(ORM $orm) public function query(ORM $orm)
{ {
return $this->exec();
} }
public function migrate(ORMMigrate $orm) public function migrate(ORMMigrate $orm)
{ {
@ -23,7 +23,7 @@
} }
$sql[] = implode(", ",$columns); $sql[] = implode(", ",$columns);
$sql[] = ") charset=" . $orm->charset; $sql[] = ") charset=" . $orm->charset;
} }
} }