Naftoli Gugenheim <[email protected]> writes: > How would this be implemented in terms of database table structure?
Something like this: CREATE TABLE person (name VARCHAR(20) , id BIGINT NOT NULL AUTO_INCREMENT) CREATE TABLE address (id BIGINT NOT NULL AUTO_INCREMENT , street VARCHAR(20) , valid_to DATE , valid_from DATE , person BIGINT) /Jeppe
-- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
