diff --git a/README.MD b/README.MD index 57eee80..912ea62 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,5 @@ # Supabase Schema to Dart Classes 🎯 + Typesafe queries in Supabase Flutter!
Generate Flutter / Dart 🎯 classes from your Supabase schema. @@ -35,6 +36,8 @@ Generate Flutter / Dart 🎯 classes from your Supabase schema. #### if you have serial types you need to add a comment to the column like this, +serial types in general are not available in supabase table editor afaik, so if you did not add them manually via sql editor you probably dont have them. + ```sql COMMENT ON COLUMN test_table.bigserialx IS 'serial'; COMMENT ON COLUMN test_table.smallserialx IS 'serial';