table_ok( $scma->get_table("Customer"), {
name => "Customer",
+ extra => {
+ mysql_table_type => 'InnoDB'
+ },
fields => [
{
name => "name",
table_ok( $scma->get_table("ContactDetails_Customer"), {
name => "ContactDetails_Customer",
+ extra => {
+ mysql_table_type => 'InnoDB'
+ },
fields => [
{
name => "ContactDetailsID",
table_ok( $scma->get_table("ContactDetails"), {
name => "ContactDetails",
+ extra => {
+ mysql_table_type => 'InnoDB'
+ },
fields => [
{
name => "address",
table_ok( $scma->get_table("Order"), {
name => "Order",
+ extra => {
+ mysql_table_type => 'InnoDB'
+ },
fields => [
{
name => "invoiceNumber",
table_ok( $scma->get_table("OrderLine"), {
name => "OrderLine",
+ extra => {
+ mysql_table_type => 'InnoDB'
+ },
fields => [
{
name => "lineNumber",