p_id	int	5	not_null?primary_key?unsigned?auto_increment
p_name	string	50	not_null
p_street	string	60	not_null
p_zip	int	6	not_null
p_city	string	40	not_null
