feat(pay): 增加支付状态paid 已支付
This commit is contained in:
@@ -70,6 +70,7 @@ def upgrade() -> None:
|
||||
sa.UniqueConstraint('user_id', name='uniq_user_id'),
|
||||
comment='用户表'
|
||||
)
|
||||
op.execute("ALTER SEQUENCE system_users RESTART WITH 100000;")
|
||||
op.create_index('wechat_openid', 'system_users', ['wechat_openid'], unique=False)
|
||||
op.create_table('system_user_collections',
|
||||
sa.Column('user_id', sa.Integer(), nullable=False),
|
||||
|
||||
Reference in New Issue
Block a user