Create Data Table
apex create table <PKG_ALIAS> <ALIAS> [--dbtable <TABLE>]
|
|
Create new data table component.
|
Parameters
Parameter | Description |
---|---|
pkg_alias | Package alias to create data table within. |
alias | The alias / filename of the data table to create. |
Flags
Flag | Description |
---|---|
--dbtable | Optional database table name that will be used for the data table. |
Examples
- ./apex create table my-shop invoices