Don't know where you're trying to run these queries, but a proper SQL query should look like:
create table 'producers' ('producer_server' varchar(255) not null);
so it depends how you're trying to run these queries, but you might wanna check your syntax
