Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide way to declare that column has a default in schema #8

Closed
andywer opened this issue Dec 21, 2018 · 1 comment
Closed

Provide way to declare that column has a default in schema #8

andywer opened this issue Dec 21, 2018 · 1 comment

Comments

@andywer
Copy link
Owner

andywer commented Dec 21, 2018

Important for validation of INSERTs. Also need to add InsertionValues<Schema> for type inference from schema..

@andywer
Copy link
Owner Author

andywer commented Jan 2, 2019

Has been solved.

Example - For a string column with a default value: Schema.default(Schema.String)

@andywer andywer closed this as completed Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant