All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.sql.V009__DUO.sql Maven / Gradle / Ivy

use OBJECTOS_SQL;

drop table if exists DUO;

create table DUO (
  
  ID int null,
  NAME varchar(140) null
  
) engine=InnoDB default charset=utf8;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy