I have the database 'users' and already have all of my tables uploaded on it, except one that I forgot to put in the SQL. Would it wreck the database if I put it in like this?

CREATE TABLE `users` (
`biography` TEXT NOT NULL ,
PRIMARY KEY ( `userid` )
);

I am using PHPadmin