This website requires JavaScript.
Explore
Help
Register
Sign In
augusto
/
cake-erp-challenge
Watch
1
Star
0
Fork
You've already forked cake-erp-challenge
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e02e05ea06
cake-erp-challenge
/
create_db.py
4 lines
54 B
Python
Raw
Normal View
History
Unescape
Escape
Commit inicial
2021-10-14 15:02:23 -04:00
#!/bin/python3
Usar ORM ao invés de SQL bruto
2021-10-17 17:59:27 -04:00
from
api
.
app
import
db
db
.
create_all
(
)