Ticket #29 (defect)
Opened 3 years ago
Better existing table support.
Status: new
| Reported by: | guest | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | schemas | Version: | |
| Keywords: | join table discover existing | Cc: | |
| Estimate (total hours): |
I have an existing table that I'd like to use in a Join. The only option is to use schema.discover() because a schema.. = .. would try to re-create the table.
It would be great if schema.table() would add the table to the schema for the sake of joins. schema.. should not create/drop tables. Instead, explicit use of the table.create()/drop() methods would better.
