```collectionLogBank Json @default("{...
# orm-help
g
Copy code
collectionLogBank          Json     @default("{}") @db.Json

@@index([collectionLogBank], map: "cl_jsonb")
Error: db error: ERROR: data type json has no default operator class for access method "btree" HINT: You must specify an operator class for the index or define a default operator class for the data type. 0: sql_migration_connector:sql database step applier:apply_migration at migration-engine\connectors\sql-migration-connector\src\sql_database_step_applier.rs:11 1: migration_core:api:SchemaPush at migration-engine\core\src\api.rs:184 any idea for this error?