feat(database): add json data type#709
Conversation
Yes, that makes sense!
Yeah we can ignore this for now :) We should also make sure that JSON columns are eventually mapped to array properties. But that's outside the scope of this PR. |
|
|
|
Thanks! |
Pull Request Test Coverage Report for Build 11756751614Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Part of #547 to add the
jsondata type to the table statementsLatest versions of MySQL accept default value for
jsonbut this require a version check.I didn't want to add this complexity (at least for this pr) as this was not done either for
texttype beforeDo you think we should check if value provided as
defaultis a valid json ?json_validateseems free to use as Tempest require 8.3+