Skip to content
Snippets Groups Projects
Commit 4be1e0af authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

ddl

parent 29016b79
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 165 deletions
<?php
//@formatter:off
return [
'schema' => 'public',
'name' => 'agent_carriere_echelon_pk',
'table' => 'agent_carriere_echelon',
'index' => 'agent_carriere_echelon_pk',
'columns' => [
'id',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'schema' => 'public',
'name' => 'agent_quotite_pk',
'table' => 'agent_carriere_quotite',
'index' => 'agent_quotite_pk',
'columns' => [
'id',
],
];
//@formatter:on
......@@ -4,9 +4,9 @@
return [
'schema' => 'public',
'name' => 'emploitype_pk',
'name' => 'carriere_emploitype_pk',
'table' => 'carriere_emploitype',
'index' => 'emploitype_pk',
'index' => 'carriere_emploitype_pk',
'columns' => [
'id',
],
......
<?php
//@formatter:off
return [
'schema' => 'public',
'name' => 'fdea_pk',
'table' => 'formation_demande_externe_session',
'index' => 'fdea_pk',
'columns' => [
'demande_id',
'session_id',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'schema' => 'public',
'name' => 'formation_demande_externe_etat_pk',
'table' => 'formation_demande_externe_etat',
'index' => 'formation_demande_externe_etat_pk',
'columns' => [
'demande_id',
'etat_id',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'schema' => 'public',
'name' => 'formation_demande_externe_ficher_pk',
'table' => 'formation_demande_externe_fichier',
'index' => 'formation_demande_externe_ficher_pk',
'columns' => [
'demande_id',
'fichier_id',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'schema' => 'public',
'name' => 'formation_demande_externe_gestionnaire_pk',
'table' => 'formation_demande_externe_gestionnaire',
'index' => 'formation_demande_externe_gestionnaire_pk',
'columns' => [
'demande_externe_id',
'gestionnaire_id',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'schema' => 'public',
'name' => 'formation_demande_externe_pk',
'table' => 'formation_demande_externe',
'index' => 'formation_demande_externe_pk',
'columns' => [
'id',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'schema' => 'public',
'name' => 'formation_demande_externe_validation_pk',
'table' => 'formation_demande_externe_validation',
'index' => 'formation_demande_externe_validation_pk',
'columns' => [
'demande_id',
'validation_id',
],
];
//@formatter:on
......@@ -4,9 +4,9 @@
return [
'schema' => 'public',
'name' => 'formation_inscription_etat_pk',
'name' => 'formation_inscription_etat_pk_',
'table' => 'formation_inscription_etat',
'index' => 'formation_inscription_etat_pk',
'index' => 'formation_inscription_etat_pk_',
'columns' => [
'etat_id',
'inscription_id',
......
......@@ -4,9 +4,9 @@
return [
'schema' => 'public',
'name' => 'role_privilege_linker_pk',
'name' => 'pk_unicaen_role_privilege_linker',
'table' => 'unicaen_privilege_privilege_role_linker',
'index' => 'role_privilege_linker_pk',
'index' => 'pk_unicaen_role_privilege_linker',
'columns' => [
'privilege_id',
'role_id',
......
......@@ -4,9 +4,9 @@
return [
'schema' => 'public',
'name' => 'user_role_linker_pk',
'name' => 'pk_unicaen_utilisateur_role_linker',
'table' => 'unicaen_utilisateur_role_linker',
'index' => 'user_role_linker_pk',
'index' => 'pk_unicaen_utilisateur_role_linker',
'columns' => [
'role_id',
'user_id',
......
......@@ -4,9 +4,9 @@
return [
'schema' => 'public',
'name' => 'unicaen_etat_categorie_pk',
'name' => 'unicaen_etat_categorie_pkey',
'table' => 'unicaen_etat_categorie',
'index' => 'unicaen_etat_categorie_pk',
'index' => 'unicaen_etat_categorie_pkey',
'columns' => [
'id',
],
......
......@@ -4,9 +4,9 @@
return [
'schema' => 'public',
'name' => 'unicaen_etat_instance_pk',
'name' => 'unicaen_etat_instance_pkey',
'table' => 'unicaen_etat_instance',
'index' => 'unicaen_etat_instance_pk',
'index' => 'unicaen_etat_instance_pkey',
'columns' => [
'id',
],
......
......@@ -4,9 +4,9 @@
return [
'schema' => 'public',
'name' => 'unicaen_etat_type_pk',
'name' => 'unicaen_etat_type_pkey',
'table' => 'unicaen_etat_type',
'index' => 'unicaen_etat_type_pk',
'index' => 'unicaen_etat_type_pkey',
'columns' => [
'id',
],
......
......@@ -4,9 +4,9 @@
return [
'schema' => 'public',
'name' => 'categorie_privilege_pkey',
'name' => 'unicaen_privilege_categorie_pkey',
'table' => 'unicaen_privilege_categorie',
'index' => 'categorie_privilege_pkey',
'index' => 'unicaen_privilege_categorie_pkey',
'columns' => [
'id',
],
......
......@@ -4,9 +4,9 @@
return [
'schema' => 'public',
'name' => 'privilege_pkey',
'name' => 'unicaen_privilege_privilege_pkey',
'table' => 'unicaen_privilege_privilege',
'index' => 'privilege_pkey',
'index' => 'unicaen_privilege_privilege_pkey',
'columns' => [
'id',
],
......
......@@ -4,9 +4,9 @@
return [
'schema' => 'public',
'name' => 'role_pkey',
'name' => 'unicaen_utilisateur_role_pkey',
'table' => 'unicaen_utilisateur_role',
'index' => 'role_pkey',
'index' => 'unicaen_utilisateur_role_pkey',
'columns' => [
'id',
],
......
......@@ -4,9 +4,9 @@
return [
'schema' => 'public',
'name' => 'user_pkey',
'name' => 'unicaen_utilisateur_user_pkey',
'table' => 'unicaen_utilisateur_user',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'id',
],
......
<?php
//@formatter:off
return [
'schema' => 'public',
'name' => 'agent_carriere_echelon_agent_c_individu_fk',
'table' => 'agent_carriere_echelon',
'rtable' => 'agent',
'update_rule' => 'NO ACTION',
'delete_rule' => 'CASCADE',
'index' => 'agent_pk',
'columns' => [
'agent_id' => 'c_individu',
],
];
//@formatter:on
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment