marmelab / ra-supabase

Supabase adapter for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
MIT License
142 stars 26 forks source link

Adapt database schema with the demo #58

Closed erwanMarmelab closed 3 weeks ago

erwanMarmelab commented 4 weeks ago

Problem

The supabase datamodel (columns constraints) is not consistent with the UI: some fields are required in the database but not in the RA forms (example: try to create a company)

Solution

Make a new migration to fix those issues.