Open
Description
Describe the bug
Editing a table to contains the (valid) option 'NULL CHECK (json_valid(properties
))' fails. The column cannot be renamed in Antares.
(This is the same kind of problem as: #755 )
To Reproduce
Steps to reproduce the behavior:
- Create a new table
CREATE TABLE `test` (
`example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`properties`))
) ENGINE=InnoDB;
- Rename the column in Antares.
- See error
Application (please complete the following information):
- App client: MariaDB
- App version: 0.7.21
Environment (please complete the following information):
- OS name: Ubuntu 23.10
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
⏳ In progress