create
Description:
This method executes CREATE operation.
That is, DbTable, DbIndex, and DbView implement corresponding CREATE TABLE | CREATE INDEX | CREATE VIEW operations. DbColumn implements ADD COLUMN operation as part of ALTER TABLE operation.
Parameters:
| this |
Instance of DdlModifiable |
| cnc |
Opened connection |
| user_data |
Additional information provided by the user |