persistent-table ( -- hash )


Vocabulary
db.types

Inputs
None

Outputs
hashan object


Definition


Methods

M: postgresql-db-connection persistent-table
H{
{ +unique+ { f f "unique" } }
{ system-random-generator { f f f } }
{ +null+ { f f "null" } }
{ +cascade+ { f f "cascade" } }
{ SIGNED-BIG-INTEGER { "bigint" "bigint" f } }
{ TIMESTAMP { "timestamp" "timestamp" f } }
{ +restrict+ { f f "restrict" } }
{ BIG-INTEGER { "bigint" "bigint" f } }
{ DATETIME { "timestamp" "timestamp" f } }
{ +user-assigned-id+ { f f f } }
{ TIME { "time" "time" f } }
{ VARCHAR { "varchar" "varchar" f } }
{ INTEGER { "integer" "integer" f } }
{ +on-delete+ { f f "on delete" } }
{ +db-assigned-id+ { "integer" "serial" f } }
{ BLOB { "bytea" "bytea" f } }
{ DOUBLE { "real" "real" f } }
{ URL