Closed
Description
Hi!
I like MongoDB and it's a shame that it's not supported, so I'm working on it.
I currently have a question, in the function "setFromDB", Backpack gets the type of column to generate the tables, but in Mongo how could it do? Since that does not exist in Mongo.
There should then be a "migration" emerge, right?
public function getColumnType($table, $column) { $table = $this->connection->getTablePrefix().$table; return $this->connection->getDoctrineColumn($table, $column)->getType()->getName(); }
Sorry for my bad English!
Metadata
Metadata
Assignees
Labels
No labels