schema = $schema; $this->io = $io; } /** * Method to apply changes to the database */ public function up() {} /** * Method to revert changes applied by the `up` method */ public function down() {} /** * Method to seed new information to the database */ public function seed() {} }