3 lines
58 B
Plaintext
3 lines
58 B
Plaintext
|
|
CREATE TABLE FAMILIAS (
|
||
|
|
DESCRIPCION VARCHAR(255)
|
||
|
|
);
|