@ColumnDefault
로 하면 에러가 남You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'url,
가 떴음
@Column(length = 255, columnDefinition = "varchar(255) default 'url'")
로 변경object references an unsaved transient instance - save the transient instance before flushing
에러가 나며 테이블 생성이 되지 않음cascade = CascadeType.PERSIST
으로 해결