mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update API and SQL documentation
This commit is contained in:
@@ -106,10 +106,10 @@ erDiagram
|
|||||||
timestamp_with_time_zone created_at "{NOT_NULL}"
|
timestamp_with_time_zone created_at "{NOT_NULL}"
|
||||||
citext email "{NOT_NULL}"
|
citext email "{NOT_NULL}"
|
||||||
text first "User first name with CONSTRAINT CHECK {NOT_NULL}"
|
text first "User first name with CONSTRAINT CHECK {NOT_NULL}"
|
||||||
|
integer id "{NOT_NULL}"
|
||||||
text last "User last name with CONSTRAINT CHECK {NOT_NULL}"
|
text last "User last name with CONSTRAINT CHECK {NOT_NULL}"
|
||||||
text pass "{NOT_NULL}"
|
text pass "{NOT_NULL}"
|
||||||
jsonb preferences
|
jsonb preferences
|
||||||
integer public_id "{NOT_NULL}"
|
|
||||||
name role "{NOT_NULL}"
|
name role "{NOT_NULL}"
|
||||||
timestamp_with_time_zone updated_at "{NOT_NULL}"
|
timestamp_with_time_zone updated_at "{NOT_NULL}"
|
||||||
text user_id "{NOT_NULL}"
|
text user_id "{NOT_NULL}"
|
||||||
@@ -137,7 +137,7 @@ erDiagram
|
|||||||
|
|
||||||
auth_vessels {
|
auth_vessels {
|
||||||
timestamp_with_time_zone created_at "{NOT_NULL}"
|
timestamp_with_time_zone created_at "{NOT_NULL}"
|
||||||
numeric mmsi
|
numeric mmsi "MMSI can be optional but if present must be a valid one and unique but must be in numeric range between 100000000 and 800000000"
|
||||||
text name "{NOT_NULL}"
|
text name "{NOT_NULL}"
|
||||||
citext owner_email "{NOT_NULL}"
|
citext owner_email "{NOT_NULL}"
|
||||||
name role "{NOT_NULL}"
|
name role "{NOT_NULL}"
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user