Sunuer

Sunuer Manage Sunuer Easy Peripheral
Default parameters

In enterprise applications or typical projects, there are many commonly used fields that frequently appear in various table structures, for example:


Primary Key (ID): Often used as an auto-increment or unique identifier.

Creator (CreateUserID): Records who created the data.

Creation Date (CreateDate): A timestamp that records when the data was generated or inserted.

Update Date (UpdateDate): Records when the data was last modified.

Updater (UpdateUserID): Records who modified the data.

Delete Flag (Del): Commonly used in deletion scenarios to indicate whether the data is valid or not.

In Sunuer Easy’s “Default Database Fields” feature, some of the most frequently used or universal fields are already configured. When creating a new table, there is no need to add these fields again manually.


Customizable and Extensible

You can customize and add default database fields as needed based on your actual requirements.