op.add_column('mytable', sa.Column( 'mycolumn', sa.String(), nullable=False, server_default='lorem ipsum', # <--- add this ))