Commit e0b311e4 authored by Erly Villaroel's avatar Erly Villaroel

Añadir archivo de definicion de prueba

parent 6e679176
[
{
"identifier": "ESTUDIANTES",
"fields": [
{
"name": "ID",
"datatype": "NUMBER",
"decimal_precision": 0
},
{
"name": "Nombre",
"datatype": "TEXT",
"maxLength": 50
},
{
"name": "Apellido",
"datatype": "TEXT",
"maxLength": 50
},
{
"name": "Edad",
"datatype": "NUMBER",
"decimal_precision": 0
},
{
"name": "CorreoElectronico",
"datatype": "TEXT",
"maxLength": 100
}
],
"indexes": [
"ID"
],
"save_output" : true
}
]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment