문제

I have created a simple facebook app and I want to store the facebook message in my mysql database. What field type do I have to use to store the facebook message?

facebook message can be 60,236 chars (or little more i think).

도움이 되었습니까?

해결책

TEXT will hold 65,535 bytes (source)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top