This website requires JavaScript.
Explore
Help
Register
Sign In
xyj
/
lot_manager
Watch
1
Star
0
Fork
You've already forked lot_manager
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2d139a039f
lot_manager
/
create_db.py
3 lines
71 B
Python
Raw
Normal View
History
Unescape
Escape
update
2023-12-05 18:30:33 +08:00
from
db
.
base
import
Base
,
engine
update
2023-12-08 14:26:42 +08:00
update
2023-12-05 18:30:33 +08:00
Base
.
metadata
.
create_all
(
bind
=
engine
)