Skip to content

Instantly share code, notes, and snippets.

@mlimaloureiro
Created October 4, 2017 10:56
Show Gist options
  • Save mlimaloureiro/181049157cc0f809e8c1ea5823b9f78b to your computer and use it in GitHub Desktop.
Save mlimaloureiro/181049157cc0f809e8c1ea5823b9f78b to your computer and use it in GitHub Desktop.
CREATE TABLE ap_domain_profile_events (
id varchar(100),
event_name varchar(200),
accommodation_provider_id varchar(100),
field_name varchar(250),
field_value varchar(500),
created_at timestamp
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment