Assign two categories to a record stored in a single field

So I have articles and article categories as tables now I want to be able to select multiple categories when

creating an article and save it to my category_id field in my article table.

How should I got about storing this data? It will be an array of integer’s as it will be the category id rather than category name.

Note: I am not wanting sub categories etc