Creating migrations with schemas in sqlsrv and forge |
In the development branch there is already the sqlsrv database manager, however I have not managed to create tables within schemas using the codeigniter forge, on the other hand in the model if I define the name of the table as schema.name it works. Anyone have any idea how to create the migrations for sqlsrv using schemas?
PHP Code: public function up() |
Messages In This Thread |
Creating migrations with schemas in sqlsrv and forge - by Hrodriguez18 - 11-07-2020, 04:02 PM
|