Heinzad / data-mache

Data Machination
MIT License
0 stars 0 forks source link

MSSQL Meta Programming Table Generation #12

Open Heinzad opened 1 year ago

Heinzad commented 1 year ago

As a developer, I want to access auto-generated DDL, so that I never manually generate scripts myself.

Given a table name and some column details in the same pattern as the information schema, when I run a procedure then I should see its details in the information schema tables.

Definitions:

Tasks: