Home » Database » DB » Bug #2967
auto-increment tables: all in one table?
Details
| Request #2967 | auto-increment tables: all in one table? |
|---|---|
| Submitted | 2004-12-14 19:55 UTC |
| From | dayhiker at sms dot at |
| Assigned | danielc |
| Status | Wont fix |
| Package | DB |
| PHP Version | Irrelevant |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-12-14 19:55 UTC] dayhiker at sms dot at
Description:
------------
Is it possible to put several tables that include only a single row for the next index in databases with the missing auto-increasement-function all together in one single table?
I really would like to use PEAR::DB, but I find it really ugly, if there are that much tables with nearly no content inside my database.
So is it possible to create a new row for each table that uses autoincrement within a special "auto-increment-table"?