StackPuz Forum

Why use UserAccount as table name

Generated Code

Use only "User" seems more concise than "UserAccount"

On Mon, 29 Jan 2024 18:07:42 by Jacky Sung
Comment 1

User is SQL reserved words. Even MySQL and SQL Server allow to use it as table name, but PostgreSQL and Oracle not. To keep the generate code work for all database we decide to use UserAccount.

On Tue, 30 Jan 2024 11:15:49 by Admin ✓ Accepted

*To create the code section, use <code>your code</code> and to create the link, use <a>your link url</a>