Initial changes to support forms & form builder
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2020-11-16 22:49:19 -06:00
parent 7bde7576d5
commit 48fe2c7757
6 changed files with 43 additions and 8 deletions

View File

@@ -39,6 +39,7 @@ class ColumnDef extends VersionedModel {
return {
name: this.headerName,
uuid: this.UUID,
field: this.field,
database_id: this.DatabaseId,
type: this.Type,
metadata: this.data(),