3147 lines
92 KiB
JSON
3147 lines
92 KiB
JSON
[
|
|
{
|
|
"table_name": "AbpAuditLogs",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ServiceName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "MethodName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Parameters",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ReturnValue",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ExecutionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ExecutionDuration",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ClientIpAddress",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ClientName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "BrowserInfo",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ExceptionMessage",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Exception",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ImpersonatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ImpersonatorTenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CustomData",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpBackgroundJobs",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "JobType",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "JobArgs",
|
|
"data_type": "text",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TryCount",
|
|
"data_type": "smallint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "NextTryTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "LastTryTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsAbandoned",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Priority",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpDynamicEntityProperties",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "EntityFullName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DynamicPropertyId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpDynamicEntityPropertyValues",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Value",
|
|
"data_type": "text",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "EntityId",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DynamicEntityPropertyId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpDynamicProperties",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "PropertyName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DisplayName",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "InputType",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Permission",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpDynamicPropertyValues",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Value",
|
|
"data_type": "text",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DynamicPropertyId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpEditions",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DisplayName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DeleterUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpEntityChangeSets",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "BrowserInfo",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ClientIpAddress",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ClientName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ExtensionData",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ImpersonatorTenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ImpersonatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Reason",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpEntityChanges",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ChangeTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ChangeType",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "EntityChangeSetId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "EntityId",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EntityTypeFullName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpEntityPropertyChanges",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "EntityChangeId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "NewValue",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "OriginalValue",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "PropertyName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "PropertyTypeFullName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "NewValueHash",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "OriginalValueHash",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpFeatures",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Value",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Discriminator",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "EditionId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpLanguageTexts",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LanguageName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Source",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Key",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Value",
|
|
"data_type": "text",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpLanguages",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DisplayName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Icon",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDisabled",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DeleterUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpNotificationSubscriptions",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "character",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "NotificationName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EntityTypeName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EntityTypeAssemblyQualifiedName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EntityId",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TargetNotifiers",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpNotifications",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "character",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "NotificationName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Data",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DataTypeName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EntityTypeName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EntityTypeAssemblyQualifiedName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EntityId",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Severity",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "UserIds",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ExcludedUserIds",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TenantIds",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TargetNotifiers",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpOrganizationUnitRoles",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "RoleId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "OrganizationUnitId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpOrganizationUnits",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ParentId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Code",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DisplayName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DeleterUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpPermissions",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsGranted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Discriminator",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "RoleId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpRoleClaims",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "RoleId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ClaimType",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ClaimValue",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpRoles",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Description",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DeleterUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DisplayName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsStatic",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsDefault",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "NormalizedName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ConcurrencyStamp",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpSettings",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Value",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpTenantNotifications",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "character",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "NotificationName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Data",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DataTypeName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EntityTypeName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EntityTypeAssemblyQualifiedName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EntityId",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Severity",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpTenants",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DeleterUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TenancyName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ConnectionString",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsActive",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "EditionId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpUserAccounts",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "UserLinkId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EmailAddress",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DeleterUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpUserClaims",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ClaimType",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ClaimValue",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpUserLoginAttempts",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TenancyName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserNameOrEmailAddress",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ClientIpAddress",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ClientName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "BrowserInfo",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Result",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "FailReason",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpUserLogins",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "LoginProvider",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ProviderKey",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpUserNotifications",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "character",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantNotificationId",
|
|
"data_type": "character",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "State",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TargetNotifiers",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpUserOrganizationUnits",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "OrganizationUnitId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpUserRoles",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "RoleId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpUserTokens",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "LoginProvider",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Value",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ExpireDate",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpUsers",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "bigint",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DeleterUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "AuthenticationSource",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EmailAddress",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Surname",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Password",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "EmailConfirmationCode",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "PasswordResetCode",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LockoutEndDateUtc",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "AccessFailedCount",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsLockoutEnabled",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "PhoneNumber",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsPhoneNumberConfirmed",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "SecurityStamp",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsTwoFactorEnabled",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsEmailConfirmed",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsActive",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "NormalizedUserName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "NormalizedEmailAddress",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ConcurrencyStamp",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpWebhookEvents",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "character",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "WebhookName",
|
|
"data_type": "text",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Data",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpWebhookSendAttempts",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "character",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "WebhookEventId",
|
|
"data_type": "character",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "WebhookSubscriptionId",
|
|
"data_type": "character",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Response",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ResponseStatusCode",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "AbpWebhookSubscriptions",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "character",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "WebhookUri",
|
|
"data_type": "text",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Secret",
|
|
"data_type": "text",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsActive",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Webhooks",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Headers",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "CaptivePortalCfg",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "LogoImage",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "BackgroundImage",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TitleText",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TitleColor",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "SubTitleText",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "SubTitleColor",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Theme",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Terms",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EmailPlaceholder",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EmailRegex",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "NamePlaceholder",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "NameRegex",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "AgePlaceholder",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "AgeRegex",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp with time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp with time zone",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "PortalData",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Email",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "FullName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Birthday",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "PhoneNumber",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Timestamp",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ProcessAt",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashAccessPoints",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Serial",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Mac",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LanIP",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Model",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "NetworkId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Latitude",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Longitude",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashCaptivePortals",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DisplayName",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Description",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Configuration",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ProdConfiguration",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsActive",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeleterUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "BypassType",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashClientDetail",
|
|
"columns": [
|
|
{
|
|
"column_name": "Email",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Loyalty",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Age",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashDashboards",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ExtensionData",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "SelectedNetworks",
|
|
"data_type": "ARRAY",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EndDate",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "StartDate",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashData",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Email",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "FullName",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Birthday",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "NodeMac",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ClientIp",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ClientMac",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Timestamp",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashEmailTemplates",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "uuid",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Description",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Subject",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "HtmlContent",
|
|
"data_type": "text",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TextContent",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Category",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsActive",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "AvailableVariables",
|
|
"data_type": "jsonb",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DeleterUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DataSourceConfig",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "RequiresReportData",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TemplateType",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TriggerEvent",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashEmailValidations",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Email",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IntegrationId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ValidationResult",
|
|
"data_type": "text",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Status",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Score",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Reason",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "AppModule",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp with time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashIntegrations",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IntegrationType",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IntegrationProvider",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Category",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsSystemPreset",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DefaultConfiguration",
|
|
"data_type": "jsonb",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UserConfiguration",
|
|
"data_type": "jsonb",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Configuration",
|
|
"data_type": "jsonb",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsActive",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp with time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp with time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DeleterUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp with time zone",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashMerakiNetworks",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "MerakiId",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "OrganizationId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashMerakiOrganizations",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "MerakiId",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashScheduledEmails",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "uuid",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Description",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EmailTemplateId",
|
|
"data_type": "uuid",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ToEmails",
|
|
"data_type": "text",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CcEmails",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "BccEmails",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ScheduledDateTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "RecurrenceType",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "RecurrencePattern",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Status",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "LastSentDateTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "NextScheduledDateTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "SendAttempts",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "LastError",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TemplateVariables",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsActive",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DeleterUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "EventFilters",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "RecipientFilters",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "RecipientSource",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ReportFilters",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ReportPeriod",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ReportType",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TriggerEvent",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashTenantDetails",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "APIKey",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "OrganizationId",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreatorUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "LastModifierUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastModificationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeleterUserId",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "DeletionTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CaptivePortalConfiguration",
|
|
"data_type": "jsonb",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ProdCaptivePortalConfiguration",
|
|
"data_type": "jsonb",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashUserConnections",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "DeviceIdentifier",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "MacAddress",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Ip",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Description",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "FirstSeen",
|
|
"data_type": "timestamp with time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "LastSeen",
|
|
"data_type": "timestamp with time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Platform",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Browser",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Status",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "NetworkUsage",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "LastBatchUpdate",
|
|
"data_type": "timestamp with time zone",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "NetworkId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "SplashUserId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp with time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ApId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashUsers",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Email",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Name",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Birthday",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Age",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "IsDeleted",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Loyalty",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashWiFiScanningData",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "SSID",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "OS",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "ClientMac",
|
|
"data_type": "character varying",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "Manufacturer",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "NearestApMac",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "NearestApRssi",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "NearestApTime",
|
|
"data_type": "timestamp with time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ManufacturerIsExcluded",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "NetworkId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashWiFiScanningManufactureExclusions",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Manufacture",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "IsActive",
|
|
"data_type": "boolean",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "SplashWidgets",
|
|
"columns": [
|
|
{
|
|
"column_name": "Id",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "CreationTime",
|
|
"data_type": "timestamp without time zone",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "TenantId",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "WidgetType",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "H",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "SplashDashboardId",
|
|
"data_type": "integer",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "W",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "X",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Y",
|
|
"data_type": "integer",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "Content",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "__EFMigrationsHistory",
|
|
"columns": [
|
|
{
|
|
"column_name": "MigrationId",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
},
|
|
{
|
|
"column_name": "ProductVersion",
|
|
"data_type": "character varying",
|
|
"is_nullable": "NO"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"table_name": "cached_registered_users",
|
|
"columns": [
|
|
{
|
|
"column_name": "ClientMac",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"column_name": "UsuarioRegistrado",
|
|
"data_type": "boolean",
|
|
"is_nullable": "YES"
|
|
}
|
|
]
|
|
}
|
|
] |