add kontor-blacksheep and kontor-piccolo as blueprints for new app
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from piccolo.table import Table
|
||||
from piccolo.columns import Varchar, Boolean
|
||||
|
||||
|
||||
class Task(Table):
|
||||
"""
|
||||
An example table.
|
||||
"""
|
||||
|
||||
name = Varchar()
|
||||
completed = Boolean(default=False)
|
||||
Reference in New Issue
Block a user