You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

21 lines
406 B

// -----------------------------------------------------------
//
// CLIENTE
//
// -----------------------------------------------------------
//
// CODE GENERATED AUTOMATICALLY
//
_db.insertIfNotExists(
"cliente",
_val.init()
.set("uid", "343fae8a-3819-4371-aa93-71534a569484")
.set("nome", "Maria Silva")
.set("endereco", "Rua Plim plim...")
.set("cpf", "999.999.999-11")
);