<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div>Hi!</div><div><br></div><div>Hope you are fine. I have been working on the integration of Faucet SDN Controller with IXP Manager. Until now I have done the following things:</div><div><br></div><div><b>1.</b>  Added a Tab named <b>Controller </b> on the IXP-Manager Dashboard.</div><div><b>2.</b>  Created <b>Views</b> of Controller including <b>Form </b>for controller addition with specific controller fields.</div><div><b>3.</b>  Created <b>controller table</b> in the database with the fields using php artisan migration commands successfully. But this resulted in errors and not working properly as I have seen there are other mapping files <b>xml</b> specifically that needs to be generated for the controller table. I have seen it is using <b>doctrine orm</b>.</div><div><b>4.</b>  Then I have installed <span><b>laravel-doctrine/migrations</b></span> package as it is missing in order to create the <b>controller table </b>doctrine migration commands. The package installed correctly. I have <b>created controller entity</b> class in <b>database/Entities</b> folder. I tried to run the doctrine migrations though php artisan cli using these commands:</div><div><br></div><div><b>sudo php artisan doctrine:migrations:diff (</b>Run successfully<b>)</b><br></div><div><div style=""><b>sudo php artisan doctrine:migrations:migrate (</b>Unable to run it successfully getting error whose <b>screenshot</b> is attached below<b>).</b></div><div style=""><b><br></b></div><div style="">At this stage I have two questions:</div><div style=""><br></div><div style=""><b>Q1:</b> I wanted to know if I am going in the right direction or not?</div><div style=""><b>Q2:</b> If not then let me know the way how to add <b>controller table</b> in the database in order to make it work with the view.</div><div style=""> </div><div style="">Your help in this regard will be highly appreciated. Thanking you in anticipation.</div><div style=""><br></div><div style="">Regards:</div><div style="">Engr, Zeeshan Aziz</div><div style="">MSEE-22 </div><div style="">MCS, NUST, </div><div style="">Pakistan.</div><div style=""><b><br></b></div><div style="font-weight: bold;"><br></div><br></div><div><span><b><br></b></span></div><div><br></div><div><br></div></div></body></html>