Forum .LRN Q&A: Re: .LRN features in need of funding

Collapse
Posted by Don Baccus on
What's wrong with fixed tables?  The attributes system allows for storing them in type-specific tables or in a general attributes table ... type-specific tables are preferable IMO in particular for datatypes that map to RDBMS-supported datatypes.

Now that PG as well as Oracle supports "ALTER TABLE DROP COLUMN" as well as "ADD COLUMN" we can support the adding or deletion of type attributes directly in the type specific table.