16 lines
262 B
Text
16 lines
262 B
Text
vars: {
|
|
base-constraints: [NOT NULL; UNQ]
|
|
disclaimer: DISCLAIMER {
|
|
I am not a lawyer
|
|
near: top-center
|
|
}
|
|
}
|
|
|
|
data: {
|
|
shape: sql_table
|
|
a: int {constraint: [PK; ...${base-constraints}]}
|
|
}
|
|
|
|
custom-disclaimer: DRAFT DISCLAIMER {
|
|
...${disclaimer}
|
|
}
|