// // Code generated by go-jet DO NOT EDIT. // // WARNING: Changes to this file may cause incorrect behavior // and will be lost if the code is regenerated // package enum import "github.com/go-jet/jet/v2/postgres" var MpaaRating = &struct { G postgres.StringExpression Pg postgres.StringExpression Pg13 postgres.StringExpression R postgres.StringExpression Nc17 postgres.StringExpression }{ G: postgres.NewEnumValue("G"), Pg: postgres.NewEnumValue("PG"), Pg13: postgres.NewEnumValue("PG-13"), R: postgres.NewEnumValue("R"), Nc17: postgres.NewEnumValue("NC-17"), }