dnet-applications/apps/dnet-orgs-database-application/src/main/resources/static/dbmodel/columns.html

2605 lines
71 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>oa_organizations Database</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="icon" type="image/png" sizes="16x16" href="favicon.png">
<!-- Bootstrap 3.3.5 -->
<link rel="stylesheet" href="bower/admin-lte/bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="bower/font-awesome/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="bower/ionicons/css/ionicons.min.css">
<!-- DataTables -->
<link rel="stylesheet" href="bower/datatables.net-bs/css/dataTables.bootstrap.min.css">
<link rel="stylesheet" href="bower/datatables.net-buttons-bs/css/buttons.bootstrap.min.css">
<!-- Code Mirror -->
<link rel="stylesheet" href="bower/codemirror/codemirror.css">
<!-- Fonts -->
<link href='fonts/indieflower/indie-flower.css' rel='stylesheet' type='text/css'>
<link href='fonts/source-sans-pro/source-sans-pro.css' rel='stylesheet' type='text/css'>
<!-- Theme style -->
<link rel="stylesheet" href="bower/admin-lte/dist/css/AdminLTE.min.css">
<!-- Salvattore -->
<link rel="stylesheet" href="bower/salvattore/salvattore.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="bower/admin-lte/dist/css/skins/_all-skins.min.css">
<!-- SchemaSpy -->
<link rel="stylesheet" href="schemaSpy.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="bower/html5shiv/html5shiv.min.js"></script>
<script src="bower/respond/respond.min.js"></script>
<![endif]-->
</head>
<!-- ADD THE CLASS layout-top-nav TO REMOVE THE SIDEBAR. -->
<body class="hold-transition skin-blue layout-top-nav">
<div class="wrapper">
<header class="main-header">
<nav class="navbar navbar-static-top">
<div class="container">
<div class="navbar-header">
<a href="index.html" class="navbar-brand"><b>oa_organizations</b> Database</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"><i class="fa fa-bars"></i></button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Tables <span class="sr-only">(current)</span></a></li>
<li><a href="columns.html" title="All of the columns in the schema">Columns</a></li>
<li><a href="constraints.html" title="Useful for diagnosing error messages that just give constraint name or number">Constraints</a></li>
<li><a href="relationships.html" title="Diagram of table relationships">Relationships</a></li>
<li><a href="orphans.html" title="View of tables with neither parents nor children">Orphan&nbsp;Tables</a></li>
<li><a href="anomalies.html" title="Things that might not be quite right">Anomalies</a></li>
<li><a href="routines.html" title="Procedures and functions">Routines</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
<!-- Navbar Right Menu -->
</div>
<!-- /.container-fluid -->
</nav>
</header>
<!-- Main content -->
<!-- Full Width Column -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>Columns</h1>
</section>
<!-- Main content -->
<section class="content">
<div class="box box-primary">
<div class="box-header with-border">
<span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span>
<h3 class="box-title">Columns</h3>
</div>
<div class="box-body">
<table id="column_table" class="table table-bordered table-striped dataTable" role="grid">
<thead align='left'>
<tr>
<th>Table</th>
<th>Type</th>
<th>Column</th>
<th>Type</th>
<th>Size</th>
<th title='Are nulls allowed?'>Nullable</th>
<th title='Is column automatically updated?'>Auto</th>
<th title='Default value'>Default</th>
<th title='Comments' class="toggle"><span>Comments</span></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
</section>
<script>
var tableData = [
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "group_id",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_info_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "name",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_nutscode",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "notes",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "modified_by",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "relationships",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>reltype",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_simple_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "city",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "duplicate_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "n_duplicates",
"type": "int8",
"length": 19,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "creation_date",
"type": "timestamp",
"length": 29,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "now()",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "oa_name",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_internationalorganization",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "modified_by",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "local_id",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_smevalidated",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "urls",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_info_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "creation_date",
"type": "timestamptz",
"length": 35,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_legalbody",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "org_index_search",
"tableType": "Table",
"keyClass": "indexedColumn",
"keyTitle": "Indexed",
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>txt",
"type": "tsvector",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_legalbody",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_internationalorganizationeurinterests",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_simple_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "country",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "relationships",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id2",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_researchorganization",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "urls",
"type": "jsonb",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "other_ids",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>type",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_conflicts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "creation_date",
"type": "timestamp",
"length": 29,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "now()",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "oa_acronym",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_simple_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "id",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "lng",
"type": "float8",
"length": 17,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_internationalorganizationeurinterests",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "last_access",
"type": "timestamptz",
"length": 35,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "modification_date",
"type": "timestamp",
"length": 29,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "now()",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "lng",
"type": "float8",
"length": 17,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "id_types",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "name",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "oa_collectedfrom",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "conflict_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "idgroup",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "conflict_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "type_1",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_enterprise",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "reltype",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "'suggested'::text",
"comments": ""
},
{
"tableName": "acronyms",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_highereducation",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "lat",
"type": "float8",
"length": 17,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "city",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "id_types",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>val",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "√",
"defaultValue": "('openorgs____::'::text || lpad((nextval('organizations_id_seq'::regclass))::text, 10, '0'::text))",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_nutscode",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_simple_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "acronyms",
"type": "_text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_enterprise",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_conflicts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "reltype",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "'suggested'::text",
"comments": ""
},
{
"tableName": "duplicate_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "name",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "created_by",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "notes",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_conflicts",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id1",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_info_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "modification_date",
"type": "timestamptz",
"length": 35,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "foreignKey",
"keyTitle": "Foreign Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>country",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "first_access",
"type": "timestamptz",
"length": 35,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "now()",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_researchorganization",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "notes",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "note",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_legalbody",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "urls",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>url",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_smevalidated",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_internationalorganization",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "user_countries",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>country",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_legalperson",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "name",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "conflict_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "country_2",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_highereducation",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "oa_other_ids",
"type": "jsonb",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_conflicts",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id2",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_smevalidated",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_simple_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "n_suggested_dups",
"type": "int8",
"length": 19,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "oa_original_id",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_legalperson",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "id",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_conflicts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "modified_by",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_internationalorganization",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "oa_url",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "journal",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>jid",
"type": "serial",
"length": 10,
"nullable": "",
"autoUpdated": "√",
"defaultValue": "nextval('journal_jid_seq'::regclass)",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "modification_date",
"type": "timestamptz",
"length": 35,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "now()",
"comments": ""
},
{
"tableName": "duplicate_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "city",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "suggestions_info_by_country_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "code",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "org_types",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "name",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "journal",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "op_date",
"type": "timestamp",
"length": 29,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "now()",
"comments": ""
},
{
"tableName": "conflict_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "type_2",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "languages",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "name",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "other_names",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "suggestions_info_by_country_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "n_duplicates",
"type": "int8",
"length": 19,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_conflicts",
"tableType": "Table",
"keyClass": "indexedColumn",
"keyTitle": "Indexed",
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>idgroup",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_info_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "n_conflicts",
"type": "int8",
"length": 19,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users",
"tableType": "Table",
"keyClass": "foreignKey",
"keyTitle": "Foreign Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>role",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "'USER'::text",
"comments": ""
},
{
"tableName": "users_view",
"tableType": "View",
"keyClass": "foreignKey",
"keyTitle": "Foreign Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>role",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "other_ids",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "org_types",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>val",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "pid_list",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "name",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "created_by",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "suggestions_info_by_country_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "name",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_simple_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "n_similar_dups",
"type": "int8",
"length": 19,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "conflict_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "country_1",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "creation_date",
"type": "timestamptz",
"length": 35,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "now()",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "city",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_simple_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "n_different_dups",
"type": "int8",
"length": 19,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "user_countries",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>email",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_conflicts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "created_by",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "other_names",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>name",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_legalperson",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "suggestions_info_by_country_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "n_conflicts",
"type": "int8",
"length": 19,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "other_names",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>lang",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "type",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_internationalorganization",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "oa_acronym",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_info_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "modified_by",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "journal",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "operation",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "relationships",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id1",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_nonprofit",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "duplicate_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "id",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_legalperson",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_simple_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "name",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "valid",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "true",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "local_id",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_legalbody",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "countries",
"type": "_text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "reltype",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "oa_url",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "first_access",
"type": "timestamptz",
"length": 35,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>local_id",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "other_ids",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>otherid",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "journal",
"tableType": "Table",
"keyClass": "foreignKey",
"keyTitle": "Foreign Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "oa_name",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "status",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "oa_original_id",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "conflict_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "id_2",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_info_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "created_by",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "user_roles",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>role",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_nonprofit",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "journal",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "description",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_simple_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "status",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "created_by",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "relations",
"type": "jsonb",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "oa_country",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_highereducation",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_nutscode",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_internationalorganizationeurinterests",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "oa_collectedfrom",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_researchorganization",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "oa_country",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_info_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "n_duplicates",
"type": "int8",
"length": 19,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "acronyms",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>acronym",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_conflicts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "modification_date",
"type": "timestamp",
"length": 29,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "now()",
"comments": ""
},
{
"tableName": "journal",
"tableType": "Table",
"keyClass": "foreignKey",
"keyTitle": "Foreign Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>email",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "languages",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>val",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_researchorganization",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_enterprise",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_simple_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "type",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>oa_original_id",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "other_names",
"type": "jsonb",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "foreignKey",
"keyTitle": "Foreign Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>type",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "'UNKNOWN'::text",
"comments": ""
},
{
"tableName": "organizations_simple_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "urls",
"type": "_text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "status",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "'suggested'::text",
"comments": ""
},
{
"tableName": "duplicate_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "country",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_enterprise",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_highereducation",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "last_access",
"type": "timestamptz",
"length": 35,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "now()",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "oa_collectedfrom",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "acronyms",
"type": "jsonb",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_info_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "id",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "country",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "conflict_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "name_1",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "countries",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "name",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "conflict_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "id_1",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "other_ids",
"type": "jsonb",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "conflict_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "city_1",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations_info_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "note",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_smevalidated",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "notes",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "modification_date",
"type": "timestamp",
"length": 29,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "lat",
"type": "float8",
"length": 17,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "org_index_search",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>id",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_nutscode",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users_view",
"tableType": "View",
"keyClass": "foreignKey",
"keyTitle": "Foreign Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>email",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "organizations",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "modified_by",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_nonprofit",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "oa_duplicates_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "ec_internationalorganizationeurinterests",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "valid",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "suggestions_info_by_country_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "n_pending_orgs",
"type": "int8",
"length": 19,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "conflict_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "city_2",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "tmp_dedup_events",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "ec_nonprofit",
"type": "bool",
"length": 1,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "countries",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>val",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "users",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>email",
"type": "text",
"length": 2147483647,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
"tableName": "conflict_groups_view",
"tableType": "View",
"keyClass": "",
"keyTitle": "",
"name": "name_2",
"type": "text",
"length": 2147483647,
"nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
}
];
var config = {
pagination: true
};
</script>
</div>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div>
<div class="pull-right hidden-xs">
<a href="https://github.com/schemaspy/schemaspy" title="GitHub for SchemaSpy"><i class="fa fa-github-square fa-2x"></i></a>
<a href="http://stackoverflow.com/questions/tagged/schemaspy" title="StackOverflow for SchemaSpy"><i class="fa fa-stack-overflow fa-2x"></i></a>
</div>
<strong>Generated by <a href="http://schemaspy.org/" class="logo-text"><i class="fa fa-database"></i> SchemaSpy 6.1.0</a></strong>
</div>
<!-- /.container -->
</footer>
</div>
<!-- ./wrapper -->
<!-- jQuery 2.2.3 -->
<script src="bower/admin-lte/plugins/jQuery/jquery-2.2.3.min.js"></script>
<script src="bower/admin-lte/plugins/jQueryUI/jquery-ui.min.js"></script>
<!-- Bootstrap 3.3.5 -->
<script src="bower/admin-lte/bootstrap/js/bootstrap.min.js"></script>
<!-- DataTables -->
<script src="bower/datatables.net/jquery.dataTables.min.js"></script>
<script src="bower/datatables.net-bs/js/dataTables.bootstrap.min.js"></script>
<script src="bower/datatables.net-buttons/dataTables.buttons.min.js"></script>
<script src="bower/datatables.net-buttons-bs/js/buttons.bootstrap.min.js"></script>
<script src="bower/datatables.net-buttons/buttons.html5.min.js"></script>
<script src="bower/datatables.net-buttons/buttons.print.min.js"></script>
<script src="bower/datatables.net-buttons/buttons.colVis.min.js"></script>
<!-- SheetJS -->
<script src="bower/js-xlsx/xlsx.full.min.js"></script>
<!-- pdfmake -->
<script src="bower/pdfmake/pdfmake.min.js"></script>
<script src="bower/pdfmake/vfs_fonts.js"></script>
<!-- SlimScroll -->
<script src="bower/admin-lte/plugins/slimScroll/jquery.slimscroll.min.js"></script>
<!-- FastClick -->
<script src="bower/admin-lte/plugins/fastclick/fastclick.js"></script>
<!-- Salvattore -->
<script src="bower/salvattore/salvattore.min.js"></script>
<!-- AnchorJS -->
<script src="bower/anchor-js/anchor.min.js"></script>
<!-- CodeMirror -->
<script src="bower/codemirror/codemirror.js"></script>
<script src="bower/codemirror/sql.js"></script>
<!-- AdminLTE App -->
<script src="bower/admin-lte/dist/js/app.min.js"></script>
<script src="column.js"></script>
<script src="schemaSpy.js"></script>
</body>
</html>