56. 글리스트에 작성자 이름 추가ChatGPT에게 물었습니다.게시글 리스트에 user의 이름과 작성날짜를 나타내고 싶어.I want to display the user's name and creation date in the list of posts.To display the user's name and the creation date in the list of posts, you need to store the user's name and the creation date when you save the post. Here is how you can implement this:게시물 목록에 사용자 이름과 생성 날짜를 표시하려면 게시물 저장 시 사용자 이름과 생성 날짜를 저장해야 합니다. 이를 구현하는 ..