Hello!
As of v1.4.1, yarn rw g scaffold [data-model] generates files that assume in some places that a data model has an id column, even when it has been instead created with a uuid column. It would be nice if scaffolding was able to generate uuid columns, too, since editing manually requires opening many files and is prone to error, though this is not a blocking issue.
As always, thanks for everyone's hard work.
Hello!
As of v1.4.1,
yarn rw g scaffold [data-model]generates files that assume in some places that a data model has anidcolumn, even when it has been instead created with auuidcolumn. It would be nice if scaffolding was able to generateuuidcolumns, too, since editing manually requires opening many files and is prone to error, though this is not a blocking issue.As always, thanks for everyone's hard work.