9 lines
99 B
Plaintext
9 lines
99 B
Plaintext
Table ecommerce.foo {
|
|
id integer
|
|
}
|
|
|
|
Enum ecommerce.products_status {
|
|
out_of_stock
|
|
in_stock
|
|
}
|