This commit is contained in:
emile.malcuit 2025-05-14 14:13:28 +02:00
parent b82545f8c6
commit ccaa73e0d7

View File

@ -4,7 +4,7 @@
-- > Le jeu de caractères utilisé est utf8.
-- =====================================================================================================
-- set names 'utf8';
create database gsbbdcr;
Drop database if exists gsbbdcr;
USE gsbbdcr;
-- ----------------------------------------------------------------------------------------------
create table FAMILLE(fCode VARCHAR(3) not null,fLibelle VARCHAR(83),primary key(fCode)) ENGINE=INNODB DEFAULT CHARSET=utf8;