Line 1... |
Line 1... |
1 |
# Encodage : UTF-8
|
1 |
# Encodage : UTF-8
|
2 |
# Nom : Coel v1.0
|
2 |
# Nom : Coel v1.0
|
3 |
# Date de création : 2009-03-26 18:48:56
|
3 |
# Date de création : 2009-03-30 10:46:50
|
4 |
#---------------------------------------------------------------------------------------------------------------------#
|
4 |
#---------------------------------------------------------------------------------------------------------------------#
|
5 |
# Création des tables
|
5 |
# Création des tables
|
6 |
CREATE TABLE IF NOT EXISTS `tb_coel`.`coel_collection` (
|
6 |
CREATE TABLE IF NOT EXISTS `tb_coel`.`coel_collection` (
|
7 |
`cc_id_collection` INTEGER NOT NULL auto_increment COMMENT 'Identifiant de la collection.',
|
7 |
`cc_id_collection` INTEGER NOT NULL auto_increment COMMENT 'Identifiant de la collection.',
|
8 |
`cc_ce_projet` INTEGER NOT NULL COMMENT 'Identifiant du projet dans lequel les informations de la collection sont saisies.',
|
8 |
`cc_ce_projet` INTEGER NOT NULL COMMENT 'Identifiant du projet dans lequel les informations de la collection sont saisies.',
|