Created
October 4, 2017 10:56
-
-
Save mlimaloureiro/181049157cc0f809e8c1ea5823b9f78b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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