Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 492 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 492 Bytes

DDLTable

Object DDL for unit testing

Why DDL Table

Main reason is easy prototyping for unit testing.

Limitations

Only simple primitives suported.

Tags

    _TagPK                 = "pk"
    _TagIndexName          = "index"
    _TagIndexUnique        = "indexunique"
    _TagRequired           = "required"
    _TagDefault            = "default"
    _TagOverrideColumnName = "columnname"
    _TagOverrideTableName  = "tablename"
    _TagOverrideOrder      = "order"