from pydal.validators import *
from py4web.utils.auth import Auth
from .common import db, Field
db.define_table("invoice",
Field("invoice_number","integer"),
Field("item_id","reference item"))
db.define_table("item",
Field("description"),
Field("sku"))
db.commit()
--
You received this message because you are subscribed to the Google Groups "py4web" group.
To unsubscribe from this group and stop receiving emails from it, send an email to py4web+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/py4web/e3c93ffd-0ca1-4795-bcd4-0bb552b01806o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to py4web+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to py4web+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/py4web/e3c93ffd-0ca1-4795-bcd4-0bb552b01806o%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "py4web" group.
To unsubscribe from this group and stop receiving emails from it, send an email to py4web+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/py4web/35126be2-5f46-41ea-b100-4c92fb6fdbe5o%40googlegroups.com.