I am creating tables in sql server for the first time. I usually use mysql.
The tables are created with a domain prefix rather than dbo.table (domain\myname.table instead of dbo.table)
How do I get django to creatte the tables the way I want them to be created