Commit 224a56c4 by 2024105070049

Primeiro commit do CRUD

parent 25a2e647
...@@ -17,6 +17,7 @@ class Pessoa(db.Model): ...@@ -17,6 +17,7 @@ class Pessoa(db.Model):
sexo = db.Column(db.String(20)) sexo = db.Column(db.String(20))
data_nascimento = db.Column(db.String(20)) data_nascimento = db.Column(db.String(20))
cidade = db.Column(db.String(100)) cidade = db.Column(db.String(100))
telefone = db.Column(db.nu)
@app.route('/') @app.route('/')
def index(): def index():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment