-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanvil.yaml
59 lines (59 loc) · 1.35 KB
/
anvil.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
correct_dependency_ids: {}
dependencies: []
exported_table_schema:
- python_name: feedback
client: none
server: full
name: feedback
columns:
16Hus1t6n6w=:
name: feedback
type: string
admin_ui: {order: 2, width: 200}
Px8zj6UwDFM=:
name: created
type: datetime
admin_ui: {order: 3, width: 200}
nwWI7aBZtwc=:
name: name
type: string
admin_ui: {order: 0, width: 200}
yT7YVvq4+Co=:
name: email
type: string
admin_ui: {order: 1, width: 200}
id: 1264
services:
- source: /runtime/services/tables.yml
client_config: {}
server_config: {}
- source: /runtime/services/anvil/email.yml
client_config: {}
server_config: {}
cta: {preset: feedback_form_welcome}
package_name: Feedback_Form_1
allow_embedding: false
name: Feedback Form 1
runtime_options: {version: 2, server_version: python3-sandbox, client_version: '3',
server_spec: null}
metadata: {}
startup_form: HomeForm
db_schema:
feedback:
client: none
server: full
columns:
- name: name
admin_ui: {width: 200, order: 0}
type: string
- name: email
admin_ui: {width: 200, order: 1}
type: string
- name: feedback
admin_ui: {width: 200, order: 2}
type: string
- name: created
admin_ui: {width: 200, order: 3}
type: datetime
title: Feedback
renamed: true