If you add new field into database, you also need to add it to order model, order class, possibly to controller and you need to add it to template as well.
Keep in mind, that if you what to show it in the admin order listing grid, you will need to update response controller that respond with JASON data for the grid.