Files
lester-coldfusion-to-magento2/www/public/create.sh
T
2018-09-21 10:57:30 +02:00

4 lines
93 B
Bash
Executable File

echo "create table $1 ( "
head -1 $1 | sed -e 's/;/ varchar(255),/g'
echo " varchar(255) );"