Optional
options: { immutable?: boolean; tableName?: string }Optional
immutable?: booleanIf the columns change should the table be cleared amd rebuilt. There is currently no way to add database migrations to the table because it is not needed.
Optional
tableName?: stringThe name of the table. Maximum 64 characters. Can contain
capital and lower case letters, underscores, and $
.
Class decorator that creates a table for the class.