Skip to content

Add custom SQLAlchemy column options#37

Merged
robyoung-digital merged 1 commit intomasterfrom
feature/add-sqlalchemy-column-options
Mar 7, 2019
Merged

Add custom SQLAlchemy column options#37
robyoung-digital merged 1 commit intomasterfrom
feature/add-sqlalchemy-column-options

Conversation

@robyoung-digital
Copy link
Collaborator

This change allows the client to pass through custom SQLAlchemy column options which will be added to the Column object on the SQLAlchemy model. The specific need that motivated this change was to create created_at and updated_at datetime fields. As such, this is what has
been used in the tests.

This change allows the client to pass through custom SQLAlchemy column
options which will be added to the Column object on the SQLAlchemy
model. The specific need that motivated this change was to create
`created_at` and `updated_at` datetime fields. As such, this is what has
been used in the tests.
@robyoung-digital robyoung-digital force-pushed the feature/add-sqlalchemy-column-options branch from dbad077 to 91ec80b Compare March 6, 2019 16:18
@jumblesale jumblesale self-requested a review March 7, 2019 11:08
@jumblesale
Copy link
Owner

👍

@robyoung-digital robyoung-digital merged commit b8bfbe6 into master Mar 7, 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

Successfully merging this pull request may close these issues.

2 participants