'Int', 'UniqS' => 'Int', ); private static $extensions = array( Versioned::class ); private static $indexes = [ 'UniqS_idx' => 'unique ("UniqS")', 'UniqA_idx' => [ 'type' => 'unique', 'name' => 'UniqA_idx', 'value' => '"UniqA"', ], ]; }