conduit-dart / conduit

Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.
https://theconduit.dev
BSD 2-Clause "Simplified" License
450 stars 43 forks source link

How can I define column with json, not jsonb. Becuase jsonb will lost the original order of json object's keys. #210

Open denghejun opened 1 year ago

denghejun commented 1 year ago

How can I define column with json, not jsonb. Becuase jsonb will lost the original order of json object's keys.