Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COThere are some cases where it does make sense for users to define types via meta-data. They are usually little more than a defined set of named text fields, and they are created through a (usually) user-friendly UI. Often they are used for some very specific business rule which no one dreamt of at the time the system was designed, and they may only be in use for a few months. For these situations, it makes a lot more sense for the system to be flexible enough to handle such type rather than require a programmer to create and compile something.
      singulars
    2. COAssume a web app that allows users to manage their own data, a PIM of sorts. (This wouldn't be the first application of its kind.) One user wants to track books he's read or wants to read. Another wants to track his contacts; he may even have particular facts he cares about not available in most online address books. The list goes on. Lots of users, though they might not use our jargon, I think, can handle the concept of tracking attributes for a type. It's hardly more than creating a spreadsheet with column names, which lots of people do.
      singulars
    3. COAdding a few columns is not even in the same realm as allowing definition of custom types. For that key/value pairs does everything you need, and very, very simply. The "cost" of this is microscopic. Also, please update the vague question with these specifics.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload