Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
84 stars 12 forks source link

Using serde_json::Value fails in migrations #101

Closed jayvdb closed 1 year ago

jayvdb commented 1 year ago

Using just Value works, and is what the tests use. Using serde_json::Value fails in migrations:

Encountered unexpected error: Cannot resolve type CustomType(serde_json :: Value). Are you missing a #[butane_type] attribute?

Patch coming.