HI . when i want to add a new field called "slug" to my "Post" model, the migrate command will raise UNIQUE constraint failed: new__chat_post.slug
after that i remove that field from my model but the problem still exists. why?? and how to resolve this problem without deleting my whole table datas. thanks ..
the model: