ALTER TABLE Person MODIFY P_Id INT(11) NOT NULL;
ALTER TABLE `products` CHANGE `category_id` `category_id` BIGINT(20) UNSIGNED NULL;