Untitled diff

Created Diff never expires
26 removals
110 lines
26 additions
110 lines
[
[
{
{
"column_name": "id_session_user",
"column_name": "id_session_user",
"ordinal_position": 1,
"ordinal_position": 1,
"udt_name": "int4",
"udt_name": "int4",
"udt_schema": "pg_catalog",
"udt_schema": "pg_catalog",
"data_type": "integer",
"data_type": "integer",
"is_nullable": "NO",
"is_nullable": "NO",
"column_default": "nextval('session_users_id_session_user_seq'::regclass)"
"column_default": "nextval('session_users_id_session_user_seq'::regclass)"
},
},
{
{
"column_name": "id_session",
"column_name": "id_session",
"ordinal_position": 2,
"ordinal_position": 2,
"udt_name": "int4",
"udt_name": "int4",
"udt_schema": "pg_catalog",
"udt_schema": "pg_catalog",
"data_type": "integer",
"data_type": "integer",
"is_nullable": "NO",
"is_nullable": "NO",
"column_default": null
"column_default": null
},
},
{
{
"column_name": "id_user",
"column_name": "id_user",
"ordinal_position": 3,
"ordinal_position": 3,
"udt_name": "int4",
"udt_name": "int4",
"udt_schema": "pg_catalog",
"udt_schema": "pg_catalog",
"data_type": "integer",
"data_type": "integer",
"is_nullable": "NO",
"is_nullable": "NO",
"column_default": null
"column_default": null
},
},
{
{
"column_name": "device_type",
"column_name": "device_type",
"ordinal_position": 4,
"ordinal_position": 4,
"udt_name": "enum_session_users_device_type",
"udt_name": "enum_session_users_device_type",
"udt_schema": "public",
"udt_schema": "public",
"data_type": "USER-DEFINED",
"data_type": "USER-DEFINED",
"is_nullable": "YES",
"is_nullable": "YES",
"column_default": null
"column_default": null
},
},
{
{
"column_name": "start_at",
"column_name": "start_at",
"ordinal_position": 5,
"ordinal_position": 5,
"udt_name": "timestamptz",
"udt_name": "timestamptz",
"udt_schema": "pg_catalog",
"udt_schema": "pg_catalog",
"data_type": "timestamp with time zone",
"data_type": "timestamp with time zone",
"is_nullable": "YES",
"is_nullable": "YES",
"column_default": null
"column_default": null
},
},
{
{
"column_name": "end_at",
"column_name": "end_at",
"ordinal_position": 6,
"ordinal_position": 6,
"udt_name": "timestamptz",
"udt_name": "timestamptz",
"udt_schema": "pg_catalog",
"udt_schema": "pg_catalog",
"data_type": "timestamp with time zone",
"data_type": "timestamp with time zone",
"is_nullable": "YES",
"is_nullable": "YES",
"column_default": null
"column_default": null
},
},
{
{
"column_name": "token",
"column_name": "state",
"ordinal_position": 7,
"ordinal_position": 7,
"udt_name": "text",
"udt_name": "enum_session_users_state",
"udt_schema": "pg_catalog",
"udt_schema": "public",
"data_type": "text",
"data_type": "USER-DEFINED",
"is_nullable": "YES",
"is_nullable": "YES",
"column_default": null
"column_default": "'pending'::enum_session_users_state"
},
},
{
{
"column_name": "created_at",
"column_name": "token",
"ordinal_position": 8,
"ordinal_position": 8,
"udt_name": "timestamptz",
"udt_name": "text",
"udt_schema": "pg_catalog",
"udt_schema": "pg_catalog",
"data_type": "timestamp with time zone",
"data_type": "text",
"is_nullable": "YES",
"is_nullable": "YES",
"column_default": null
"column_default": null
},
},
{
{
"column_name": "updated_at",
"column_name": "active_time",
"ordinal_position": 9,
"ordinal_position": 9,
"udt_name": "timestamptz",
"udt_name": "int4",
"udt_schema": "pg_catalog",
"udt_schema": "pg_catalog",
"data_type": "timestamp with time zone",
"data_type": "integer",
"is_nullable": "YES",
"is_nullable": "YES",
"column_default": null
"column_default": null
},
},
{
{
"column_name": "state",
"column_name": "accept_recording",
"ordinal_position": 10,
"ordinal_position": 10,
"udt_name": "enum_session_users_state",
"udt_name": "bool",
"udt_schema": "public",
"udt_schema": "pg_catalog",
"data_type": "USER-DEFINED",
"data_type": "boolean",
"is_nullable": "YES",
"is_nullable": "YES",
"column_default": "'pending'::enum_session_users_state"
"column_default": null
},
},
{
{
"column_name": "active_time",
"column_name": "created_at",
"ordinal_position": 11,
"ordinal_position": 11,
"udt_name": "int4",
"udt_name": "timestamptz",
"udt_schema": "pg_catalog",
"udt_schema": "pg_catalog",
"data_type": "integer",
"data_type": "timestamp with time zone",
"is_nullable": "YES",
"is_nullable": "YES",
"column_default": null
"column_default": null
},
},
{
{
"column_name": "accept_recording",
"column_name": "updated_at",
"ordinal_position": 12,
"ordinal_position": 12,
"udt_name": "bool",
"udt_name": "timestamptz",
"udt_schema": "pg_catalog",
"udt_schema": "pg_catalog",
"data_type": "boolean",
"data_type": "timestamp with time zone",
"is_nullable": "YES",
"is_nullable": "YES",
"column_default": null
"column_default": null
}
}
]
]