Tom Schuster

Results 7 comments of Tom Schuster

I would love to expand support for default values for more data types! Currently we only have default support for UUID version for the UUID type and "now" for all...

Just want to make sure I understand the use case completely. The change you proposed in https://github.com/tomjschuster/sequelize-ui/pull/87/files#diff-0087e8086054c2718d634a0e5ccbbc9b200321aa02c50bab4fbb262b65e67fef makes _nullable_ attributes optional, but here we say: > When a field is...

You can override this through the Map component's containerStyle prop: ``` js const containerStyle = {position: 'absolute', width: '100%', height:'100%'} ```

@kevinSuttle, it looks like you're just changing the map style, but not the container style. Try including: ``` js containerStyle={{position: 'relative'}} ``` as well.

Thanks for the suggestion. Going to close this as I have no plans to implement this at this time. Please let me know if you have any thoughts about what...

@GreXLin85 #110 implements type-specific defaults. If you want to take a look, you can try it out at https://default-values.sequelize-ui.pages.dev/ or you can look at the examples in the PR description....

I agree that currently the generated migrations are only useful for new projects/tables; this request makes sense. I like the "Save Migration" idea and would love to dig into this...