mysql engine
This commit is contained in:
parent
795074f8fc
commit
51d2d32f91
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
public function query(ORM $orm)
|
||||
{
|
||||
|
||||
return $this->exec();
|
||||
}
|
||||
public function migrate(ORMMigrate $orm)
|
||||
{
|
||||
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
$sql[] = implode(", ",$columns);
|
||||
$sql[] = ") charset=" . $orm->charset;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue