Skip to content

Instantly share code, notes, and snippets.

@VladimirPal
Created May 19, 2015 08:12
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VladimirPal/d703d5715966c641dd38 to your computer and use it in GitHub Desktop.
Save VladimirPal/d703d5715966c641dd38 to your computer and use it in GitHub Desktop.
alembic default boolean
op.add_column('projects', sa.Column('is_closed', sa.Boolean(), server_default=sa.schema.DefaultClause("0"), nullable=False))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment