Feature is not supported for non-.DBC tables (Error 1580)

You have tried to implement a feature, such as a nullable field, a primary key, a persistent relation, a default value, a validation rule, or a trigger, on a free table. These features are available only for tables that are contained in a database (.dbc).

Use ADD TABLE to add a free table to a database.