You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks very much for your project.
Here I would like to add two small suggestions about the sql:
I see that some fields are using mysql keywords/reserved words, such as status, owner, name, context.
And also DECIMAL that does not lose precision is preferred over FLOAT, DOUBLE precision-loss types, current usage of these fields seem all fine though.
id fields maybe can consider bigint unsigned
The text was updated successfully, but these errors were encountered:
And also DECIMAL that does not lose precision is preferred over FLOAT, DOUBLE precision-loss types, current usage of these fields seem all fine though.
Hi, thanks very much for your project.
Here I would like to add two small suggestions about the sql:
status
,owner
,name
,context
.DECIMAL
that does not lose precision is preferred over FLOAT, DOUBLE precision-loss types, current usage of these fields seem all fine though.id
fields maybe can considerbigint unsigned
The text was updated successfully, but these errors were encountered: