diff --git a/seeds/schema.yml b/seeds/schema.yml index 41c0c11..176401f 100644 --- a/seeds/schema.yml +++ b/seeds/schema.yml @@ -122,22 +122,11 @@ seeds: This is a static snapshot and we currently have no intent of maintaining up to date. columns: - - name: country_name - data_type: character varying - description: The name of the country. - - tests: - - not_null - - unique - - name: "Booking ID" data_type: character varying description: | The internal ID of this booking in Athena. Matches with the booking ID in the Athena verifications table. - tests: - - not_null - - unique - name: "Claim Date" data_type: timestamp