Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

define multiline variable syntax #21

Closed
nizsheanez opened this issue Feb 4, 2017 · 1 comment
Closed

define multiline variable syntax #21

nizsheanez opened this issue Feb 4, 2017 · 1 comment

Comments

@nizsheanez
Copy link

screen shot 2017-02-04 at 10 12 27

Code:

define table_definition
'CREATE TABLE `table_1` (\
	`id` bigint unsigned NOT NULL AUTO_INCREMENT,\
	`data` json,\
	PRIMARY KEY (`id`)\
) ENGINE=InnoDB DEFAULT CHARSET=utf8'
endef

Has red markers in the end of lines

@kropp kropp closed this as completed in 0ae1b05 Feb 4, 2017
@nizsheanez
Copy link
Author

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant