We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
没有用过 mogo,你代码里面的这段,应该是和表之间的映射,怎么要怎么看你的表结构设计呢? users = _db['users'] # collection. orders = _db['orders'] # collection. licenses = _db['licenses'] # collection. subscriptions = _db['subscriptions'] # collection. subscription_payments = _db['subscription_payments'] # collection.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
没有用过 mogo,你代码里面的这段,应该是和表之间的映射,怎么要怎么看你的表结构设计呢?
users = _db['users'] # collection.
orders = _db['orders'] # collection.
licenses = _db['licenses'] # collection.
subscriptions = _db['subscriptions'] # collection.
subscription_payments = _db['subscription_payments'] # collection.
The text was updated successfully, but these errors were encountered: