alembic.op
共有20個方法/函數/屬性,點擊鏈接查看相應的源代碼示例。
1. alembic.op.create_table() ,241個項目使用
2. alembic.op.drop_table() ,226個項目使用
3. alembic.op.add_column() ,182個項目使用
4. alembic.op.drop_column() ,161個項目使用
5. alembic.op.create_index() ,141個項目使用
6. alembic.op.drop_index() ,128個項目使用
7. alembic.op.alter_column() ,111個項目使用
8. alembic.op.drop_constraint() ,98個項目使用
9. alembic.op.get_bind() ,97個項目使用
10. alembic.op.create_foreign_key() ,94個項目使用
11. alembic.op.execute() ,93個項目使用
12. alembic.op.create_unique_constraint() ,63個項目使用
13. alembic.op.batch_alter_table() ,39個項目使用
14. alembic.op.rename_table() ,32個項目使用
15. alembic.op.bulk_insert() ,30個項目使用
16. alembic.op.f() ,27個項目使用
17. alembic.op.create_primary_key() ,24個項目使用
18. alembic.op.create_check_constraint() ,12個項目使用
19. alembic.op.get_context() ,10個項目使用
20. alembic.op.inline_literal() ,9個項目使用
注:本文中的示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。