ajour bd
This commit is contained in:
parent
b82545f8c6
commit
ccaa73e0d7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user