Help for this page

Select Code to Download


  1. or download this
    001.create_user_table.m
    001.create_data_table.m
    002.add_permissions_to_users.m
    ...
    
  2. or download this
    sub UP {
      create_table(
    ...
    sub DOWN {
        drop_table('users');
    }