+---
+TvListing:
+ tableName: tv_listing
+ actAs: [Timestampable]
+ columns:
+ notes:
+ type: string
+ taping:
+ type: enum
+ length: 4
+ values: ['live', 'tape']
+ region:
+ type: enum
+ length: 4
+ values: ['US', 'CA']
+
+
++ Templates