New Features: Usando Quick SQL
Dentro de las nuevas actualizaciones o new features que Apex ha lanzado, una de ellas es QUICK SQL, es una manera fácil de crear tablas, foreign keys, agregar campos de auditoría, visualizar el diagrama, entre muchas más opciones.
Cuando se crea una columna y no se identifica su primary key, se crea de manera automática.
Se usa /fk para crear la referencia a otra tabla.
Usando auditcols crea las columnas automáticamente de auditoria como: create, create by, updated, updated by y sus triggers correspondientes.
Crea automáticamente los índices necesario.
Se puede visualizar el modelo y después de esto grabarlo y crear las tablas.
When you don't create the primary key this option create automatically.
Using /fk create the reference with the table.
Using auditcols create columns of audit like: create, create by, updated, updated by.
View the diagram, save the model, and after when you run and the tables, index created, you can create an app.
Subscribe to my newsletter
Read articles from Karla Cornejo directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by