We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aeab314#r38411913
mariadb 10.2 부터 지원되는 json 타입 사용하는 문제로 플러그인 시스템 제약 사항이 너무 과도하게 최신 버전을 요구하게 됨
json 타입 사용하게된 시스템 요구사항 분석하고 text 타입으로 변경해야함
The text was updated successfully, but these errors were encountered:
@darron1217 json 으로 데이터 편하게 넣고 뻬고 할 거였던 거죠? encoding 없이 사용하려고 한거죠?
Sorry, something went wrong.
@akasima 네네 별도 처리없이 사용하려고 했었던것인데, 모델쪽에서 처리하도록 변경하면 될것 같습니다
#127 json 필드 text 타입으로 변경
6e79c61
네. text 로 바꾸고. model 에서 해볼께요. json 컬럼을 주로 어디서 사용하나요? 사용처를 알아야 코드 수정할 곳 설계하는데 좋을 것 같습니다.
akasima
No branches or pull requests
aeab314#r38411913
mariadb 10.2 부터 지원되는 json 타입 사용하는 문제로 플러그인 시스템 제약 사항이 너무 과도하게 최신 버전을 요구하게 됨
json 타입 사용하게된 시스템 요구사항 분석하고 text 타입으로 변경해야함
The text was updated successfully, but these errors were encountered: