my model is:
-module(master, [Id, Name, Address, Description]).
-compile(export_all).
my table is postgresql scheme:
id | integer | not null default
nextval('masters_id_seq'::regclass) | plain | |
name | character varying(50)
| | extended
| |
address | character varying(100)
| | extended
| |
description | character varying
| | extended
| |
Indexes:
"masters_pkey" PRIMARY KEY, btree (id)
Referenced by:
TABLE "resumes" CONSTRAINT "resumes_masterid_fkey" FOREIGN KEY
(masterid) REFERENCES masters(id)
Has OIDs: no
--
You received this message because you are subscribed to the Google Groups
"ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit
https://groups.google.com/d/msgid/chicagoboss/4c94d366-7abe-4ff7-9b92-6051ffa2eb53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.