init commit,
This commit is contained in:
10
99_references/dbml_examples/postgresl_function.dbml
Normal file
10
99_references/dbml_examples/postgresl_function.dbml
Normal file
@@ -0,0 +1,10 @@
|
||||
Table "my_table" {
|
||||
"delete_timestamp" timestamp
|
||||
"buyer_code_id" bigint [not null]
|
||||
"buyer_code" "character varying" [not null, note: 'A code that can be used in the app']
|
||||
|
||||
Indexes {
|
||||
`lower(buyer_code)` [type: btree, unique, name: "buyer_code_ix"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user