Skip to content

Multiselect field required #9008

Closed Answered by dcousens
molotow11 asked this question in Questions
Dec 27, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Your data is already in the database, and the database column type is probably unchanged when moving from json to multiselect, except in that it has now become NOT NULL.

Default values do not typically apply except for new data from an SQL INSERT, thereby, you need to migrate this yourself.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@molotow11
Comment options

@dcousens
Comment options

Answer selected by dcousens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8978 on February 08, 2024 03:03.