Schema insidews.default
Table InsideAplicacion
Column Summary
|
Name
|
SqlType
|
Length
|
Precision
|
Scale
|
Nullable
|
Unique
|
id
|
integer
|
255
|
19
|
2
|
false
|
true
|
nombre
|
varchar(255)
|
255
|
19
|
2
|
false
|
false
|
passwordHash
|
varchar(255)
|
255
|
19
|
2
|
false
|
false
|
Primary Key
|
Name
|
Columns
|
PRIMARY
|
id
|
Unique Keys
|
Name
|
Columns
|
PRIMARY
|
id
|
Column Detail
id
-
Type: integer
-
Length: 255
-
Precision: 19
-
Scale: 2
-
Nullable: false
-
Unique: true
-
Comment:
nombre
-
Type: varchar(255)
-
Length: 255
-
Precision: 19
-
Scale: 2
-
Nullable: false
-
Unique: false
-
Comment:
passwordHash
-
Type: varchar(255)
-
Length: 255
-
Precision: 19
-
Scale: 2
-
Nullable: false
-
Unique: false
-
Comment: